tests/test-fuzz-targets.t
author Yuya Nishihara <yuya@tcha.org>
Sun, 05 Aug 2018 13:13:06 +0900
changeset 39311 57f9b3d91abc
parent 38246 46dcb9f14900
child 40726 6c01fad8de32
permissions -rw-r--r--
minirst: remove unused function decorateblocks() It was added at ee6988aea74e "minirst: add decorateblocks search helper", but it's been unused since then.

#require test-repo

  $ cd $TESTDIR/../contrib/fuzz

#if clang-libfuzzer
  $ make -s clean all
#endif
#if no-clang-libfuzzer clang-6.0
  $ make -s clean all CC=clang-6.0 CXX=clang++-6.0
#endif
#if no-clang-libfuzzer no-clang-6.0
  $ exit 80
#endif

Just run the fuzzers for five seconds each to verify it works at all.
  $ ./bdiff -max_total_time 5
  $ ./mpatch -max_total_time 5
  $ ./xdiff -max_total_time 5