Mercurial > hg
view tests/test-fuzz-targets.t @ 38531:6beb8347b709
acl: add bookmarks support
Originally submitted at
https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-March/080650.html
as an RFC by timeless.
.. feature::
The `acl` extension now has support for bookmarks as well as branches.
Differential Revision: https://phab.mercurial-scm.org/D3750
author | Sandu Turcan <idlsoft@gmail.com> |
---|---|
date | Fri, 15 Jun 2018 14:07:13 -0400 |
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