diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile index c6327068..dfb8f191 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 $@