mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
rename demux_api_fuzzer.c -> mux_demux_api_fuzzer.c
this better matches the file's contents Bug: webp:409 Change-Id: I693795370c0d1af198971693b4ff15a57d996c4b
This commit is contained in:
parent
443db47d91
commit
8cb7e536d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,4 +48,5 @@ tests/fuzzer/animdecoder_fuzzer
|
|||||||
tests/fuzzer/animencoder_fuzzer
|
tests/fuzzer/animencoder_fuzzer
|
||||||
tests/fuzzer/demux_api_fuzzer
|
tests/fuzzer/demux_api_fuzzer
|
||||||
tests/fuzzer/enc_dec_fuzzer
|
tests/fuzzer/enc_dec_fuzzer
|
||||||
|
tests/fuzzer/mux_demux_api_fuzzer
|
||||||
tests/fuzzer/simple_api_fuzzer
|
tests/fuzzer/simple_api_fuzzer
|
||||||
|
@ -11,7 +11,8 @@ LDLIBS = ../../src/mux/libwebpmux.a ../../src/demux/libwebpdemux.a
|
|||||||
LDLIBS += ../../src/libwebp.a ../../imageio/libimageio_util.a
|
LDLIBS += ../../src/libwebp.a ../../imageio/libimageio_util.a
|
||||||
|
|
||||||
FUZZERS = advanced_api_fuzzer animation_api_fuzzer animencoder_fuzzer
|
FUZZERS = advanced_api_fuzzer animation_api_fuzzer animencoder_fuzzer
|
||||||
FUZZERS += animdecoder_fuzzer demux_api_fuzzer enc_dec_fuzzer simple_api_fuzzer
|
FUZZERS += animdecoder_fuzzer mux_demux_api_fuzzer enc_dec_fuzzer
|
||||||
|
FUZZERS += simple_api_fuzzer
|
||||||
|
|
||||||
%.o: %.c %.cc fuzz_utils.h img_alpha.h img_grid.h img_peak.h
|
%.o: %.c %.cc fuzz_utils.h img_alpha.h img_grid.h img_peak.h
|
||||||
all: $(FUZZERS)
|
all: $(FUZZERS)
|
||||||
|
Loading…
Reference in New Issue
Block a user