]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
tests/fuzz: fix make all target names
authorEiichi Tsukata <devel@etsukata.com>
Fri, 1 Sep 2017 07:31:58 +0000 (16:31 +0900)
committerEiichi Tsukata <devel@etsukata.com>
Fri, 1 Sep 2017 07:32:40 +0000 (16:32 +0900)
tests/fuzz/Makefile

index c6327068fd90544390a93b85dd02b2e4e5db756e..dfb8f19130c63ba8697498c25e111b76f3081bbd 100644 (file)
@@ -48,7 +48,11 @@ LIBFUZZER ?= -lFuzzer
 
 default: all
 
-all: round_trip simple_decompress
+all: \
+       simple_round_trip \
+       stream_round_trip \
+       simple_decompress \
+       stream_decompress
 
 %.o: %.c
        $(CC) $(FUZZ_CPPFLAGS) $(FUZZ_CFLAGS) $^ -c -o $@