tests/fuzz: fix make all target names

dev
Eiichi Tsukata 2017-09-01 16:31:58 +09:00
parent 0c314cde4b
commit 6639395979
1 changed files with 5 additions and 1 deletions

View 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 $@