We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5713f6b commit c6a8c30Copy full SHA for c6a8c30
Makefile
@@ -73,7 +73,7 @@ prof:
73
afl:
74
@[ -n "$(AFL_PATH)" ] || { echo '$$AFL_PATH not set'; false; }
75
mkdir -p $(BUILDDIR)
76
- cd $(BUILDDIR) && cmake .. -DCMAKE_C_COMPILER=$(AFL_PATH)/afl-clang
+ cd $(BUILDDIR) && cmake .. -DCMARK_TESTS=0 -DCMAKE_C_COMPILER=$(AFL_PATH)/afl-clang
77
$(MAKE)
78
$(AFL_PATH)/afl-fuzz \
79
-i test/afl_test_cases \
0 commit comments