Newer
Older
$(CXX) $(CXXFLAGS) -o bin/main src/main.cpp
mkdir -p bin
afl-g++ $(CXXFLAGS) -o bin/fuzz_main src/main.cpp
rm -rf test/out
afl-fuzz -i test/in -o test/out -- ./bin/fuzz_main
rm -rf bin test/out
$(CXX) $(CXXFLAGS) -o bin/main src/main.cpp
mkdir -p bin
afl-g++ $(CXXFLAGS) -o bin/fuzz_main src/main.cpp
rm -rf test/out
afl-fuzz -i test/in -o test/out -- ./bin/fuzz_main
rm -rf bin test/out