view tests/test-fuzz-targets.t @ 38283:0e0d03d09ecd

templater: rename mappable to hybriditem as it is the primary use case This frees up the name 'mappable' for new interface type.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 09 Jun 2018 12:36:06 +0900
parents 46dcb9f14900
children 6c01fad8de32
line wrap: on
line source

#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