##// END OF EJS Templates
tests: update fuzzer tests to include both fuzzers...
Augie Fackler -
r38190:24cc2969 default
parent child Browse files
Show More
@@ -1,5 +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
4 Just run the fuzzer for five seconds 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
General Comments 0
You need to be logged in to leave comments. Login now