comparison tests/test-fuzz-targets.t @ 38235:9b681bb9df9b

test-fuzz-targets: rebuild executable silently This makes sure the build is not broken.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Jun 2018 13:23:12 +0900
parents 24cc2969abae
children a6347ae6168d
comparison
equal deleted inserted replaced
38234:9db30f438ddd 38235:9b681bb9df9b
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