From 75fea30717fe1e48ffb54b4ec03d52e8d8dcddb7 Mon Sep 17 00:00:00 2001 From: philip Date: Sun, 23 Apr 2017 16:26:12 -0400 Subject: [PATCH] Add a little internal test documentation --- src/test/test_bugreports.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/test/test_bugreports.c b/src/test/test_bugreports.c index 7a97eef..2665b1d 100644 --- a/src/test/test_bugreports.c +++ b/src/test/test_bugreports.c @@ -17,6 +17,14 @@ #include #include +/* The follow defines control details of how the fuzzer can exercise the API. If you + * undef any of these, then the fuzzer is less brutal. FOr example, if you undef + * HAVE_REMOVE_OPEN, then the fuzzer will not attempt to remove (or rename) an open file + */ +#define HAVE_REMOVE_OPEN +#define HAVE_MULTIPLE_OPEN +#define NO_FORCE_CHECK + SUITE(bug_tests) static void setup() { _setup_test_only();