Skip to content

Commit

Permalink
🚧 added target to build all fuzzers
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jan 1, 2017
1 parent db33629 commit a3063c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ test/test-*
.svn

test/thirdparty/Fuzzer/libFuzzer.a

test/parse_afl_fuzzer

test/parse_cbor_fuzzer

test/parse_msgpack_fuzzer
2 changes: 2 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ check: $(TESTCASES)
# fuzzer
##############################################################################

fuzzers: parse_afl_fuzzer parse_cbor_fuzzer parse_msgpack_fuzzer

parse_afl_fuzzer:
$(CXX) $(CXXFLAGS) $(CPPFLAGS) src/fuzzer-driver_afl.cpp src/fuzzer-parse_json.cpp -o $@

Expand Down

0 comments on commit a3063c2

Please sign in to comment.