From: Eiichi Tsukata Date: Fri, 1 Sep 2017 07:31:58 +0000 (+0900) Subject: tests/fuzz: fix make all target names X-Git-Tag: fuzz-corpora2~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663939597932d2a28727107805a3ab24e0a48196;p=thirdparty%2Fzstd.git tests/fuzz: fix make all target names --- diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile index c6327068f..dfb8f1913 100644 --- a/tests/fuzz/Makefile +++ b/tests/fuzz/Makefile @@ -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 $@