mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Flip unit tests to being enabled by default
This flips --enable-cpp-tests to --disable-cpp-tests, enabling unit testing by default. The help output has a minor corresponding tweak as well.
This commit is contained in:
parent
f20f8ad4a8
commit
5c44dfbb9e
2 changed files with 7 additions and 5 deletions
|
@ -143,8 +143,9 @@ void usage(const char* prog, int code)
|
|||
fprintf(stderr, " --pseudo-realtime[=<speedup>] | enable pseudo-realtime for performance "
|
||||
"evaluation (default 1)\n");
|
||||
fprintf(stderr, " -j|--jobs | enable supervisor mode\n");
|
||||
|
||||
fprintf(stderr, " --test | run unit tests ('--test -h' for help, "
|
||||
"only when compiling with ENABLE_ZEEK_UNIT_TESTS)\n");
|
||||
"not available when built without ENABLE_ZEEK_UNIT_TESTS)\n");
|
||||
fprintf(stderr, " $ZEEKPATH | file search path (%s)\n",
|
||||
util::zeek_path().c_str());
|
||||
fprintf(stderr, " $ZEEK_PLUGIN_PATH | plugin search path (%s)\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue