diff options
-rw-r--r-- | tests/ossfuzz.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ossfuzz.sh b/tests/ossfuzz.sh index c47486bfb..14741fd92 100644 --- a/tests/ossfuzz.sh +++ b/tests/ossfuzz.sh @@ -27,4 +27,6 @@ sh autogen.sh ./configure --enable-fuzztargets make make -C fuzz fuzz_ndpi_reader_seed_corpus.zip -cp -v fuzz/fuzz* "$OUT/" +# copy fuzz executables to output directory +cp -v fuzz/fuzz_ndpi_reader "$OUT/" +cp -v fuzz/fuzz_process_packet "$OUT/" |