tests/test-fuzz-targets.t
author Pulkit Goyal <pulkit@yandex-team.ru>
Mon, 26 Nov 2018 15:38:35 +0300
changeset 40735 e0b485a76009
parent 38246 46dcb9f14900
child 40726 6c01fad8de32
permissions -rw-r--r--
py3: fix couple of division operator to do integer divison Differential Revision: https://phab.mercurial-scm.org/D5305

#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