Commit e4cc62e6 authored by Niels Lohmann's avatar Niels Lohmann

🐛 fixed Makefile to work with proper CBOR files

parent 6de9d403
...@@ -59,7 +59,7 @@ fuzz_testing_cbor: ...@@ -59,7 +59,7 @@ fuzz_testing_cbor:
mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out mkdir -p fuzz-testing fuzz-testing/testcases fuzz-testing/out
$(MAKE) parse_cbor_fuzzer -C test CXX=afl-clang++ $(MAKE) parse_cbor_fuzzer -C test CXX=afl-clang++
mv test/parse_cbor_fuzzer fuzz-testing/fuzzer mv test/parse_cbor_fuzzer fuzz-testing/fuzzer
find test/data -size -5k -name *cbor | xargs -I{} cp "{}" fuzz-testing/testcases find test/data -size -5k -name *.cbor | xargs -I{} cp "{}" fuzz-testing/testcases
@echo "Execute: afl-fuzz -i fuzz-testing/testcases -o fuzz-testing/out fuzz-testing/fuzzer" @echo "Execute: afl-fuzz -i fuzz-testing/testcases -o fuzz-testing/out fuzz-testing/fuzzer"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment