🔨 split AFL test in driver and test file
This commit is contained in:
parent
048330b14b
commit
a084e90f39
6 changed files with 91 additions and 63 deletions
|
|
@ -78,3 +78,11 @@ TEST_PATTERN = "*"
|
|||
TEST_PREFIX = ""
|
||||
check: $(TESTCASES)
|
||||
@cd .. ; for testcase in $(TESTCASES); do echo "Executing $$testcase..."; $(TEST_PREFIX)test/$$testcase $(TEST_PATTERN) || exit 1; done
|
||||
|
||||
|
||||
##############################################################################
|
||||
# fuzzer
|
||||
##############################################################################
|
||||
|
||||
parse_afl_fuzzer:
|
||||
$(CXX) $(CXXFLAGS) $(CPPFLAGS) src/fuzzer-driver_afl.cpp src/fuzzer-parse_json.cpp -o $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue