We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef16069 commit b487d00Copy full SHA for b487d00
projects/cmark/build.sh
@@ -21,10 +21,10 @@ cmake ../
21
make cmark_static
22
cd ..
23
24
-$CC $CFLAGS -Isrc -Ibuild/src -c test/cmark-fuzz.c -o cmark_fuzzer.o
+$CC $CFLAGS -Isrc -Ibuild/src -c fuzz/cmark-fuzz.c -o cmark_fuzzer.o
25
$CXX $CXXFLAGS $LIB_FUZZING_ENGINE cmark_fuzzer.o build/src/libcmark.a -o $OUT/cmark_fuzzer
26
cp $SRC/*.options $OUT/
27
-cp test/fuzzing_dictionary $OUT/cmark.dict
+cp fuzz/dictionary $OUT/cmark.dict
28
29
mkdir -p corpus
30
python3 test/spec_tests.py --fuzz-corpus corpus --spec test/spec.txt
0 commit comments