mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() * origin/topic/vern/zam-feature-complete: (23 commits) documentation updates updates to ZAM-specific BTest baseline Address PR review feedback on zam-feature-complete Updates to BTest baselines due to previous BTest tweaks tweaks to BTests for ZAM feature completeness; new ZAM-only btest removal of unused functionality and some follow-on simplifications feature completeness for ZAM -O gen-C++ tweaks to be compatible with ZAM changes ZAM support for "when" statements ZAM changes intermixed with lambda and "when" support WhenStmt/WhenInfo restructuring in support of ZAM "when" statements ZAM support for lambdas ZAM internals have a notion of "captures" as global-like variables AST profiling enhnacements in support of script optimization for lambdas/whens refinements to LambdaExpr's to provide flexibility, support for ZVal captures support in ScriptFunc class for ZVal-oriented vector of captures simplifications to the Frame class now that it no longer has to support old-style captures use Ingredients directly for constructing functions the "Capture" struct is now a class more debugging information when dumping script optimization data structures ... |
||
---|---|---|
.. | ||
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.