##// END OF EJS Templates
test-fuzz-targets: rebuild executable silently...
Yuya Nishihara -
r38237:9b681bb9 default
parent child Browse files
Show More
@@ -1,6 +1,6 b''
1 #require clang-libfuzzer test-repo
1 #require clang-libfuzzer test-repo
2 $ cd $TESTDIR/../contrib/fuzz
2 $ cd $TESTDIR/../contrib/fuzz
3 $ make
3 $ make -s clean all
4 Just run the fuzzers for five seconds each to verify it works at all.
4 Just run the fuzzers for five seconds each to verify it works at all.
5 $ ./bdiff -max_total_time 5
5 $ ./bdiff -max_total_time 5
6 $ ./xdiff -max_total_time 5
6 $ ./xdiff -max_total_time 5
General Comments 0
You need to be logged in to leave comments. Login now