mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() * origin/topic/vern/script-opt-keep-asserts: ZAM documentation updates for asserts and event handler run-time errors BTest updates for ZAM support of (optionally) keeping "assert" statements command-line options for controlling script optimization: keeping asserts, avoiding event handler coalescence ZAM support for option to not coalesce event handlers ZAM support for keeping "assert" statements internal support for script optimization options for keeping asserts, not consolidating event handlers ZAM operations to support asserts simplified "assert" by not trying to catch messages that themselves have errors Fixed some TEST-REQUIRES "${ZEEK_ZAM}" == "1" to use "=" instead to be /bin/sh compatible. |
||
---|---|---|
.. | ||
benchmark/broker | ||
btest | ||
builtin-plugins | ||
coverage | ||
external | ||
scripts | ||
.gitignore | ||
CMakeLists.txt | ||
Makefile | ||
README |
This directory contains suites for testing for Zeek's correct operation: btest/ An ever-growing set of small unit tests testing Zeek's functionality. external/ A framework for downloading additional test sets that run more complex Zeek configuration on larger traces files. Due to their size, these are not included directly. See the README for more information. scripts/ Helpers scripts used by some tests.