mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
![]() * origin/topic/vern/CPP-feature-complete: NEWS items for script profiling, "footprint" BiFs, and Trigger method deprecations tweaks per reviewing feedback make deprecation advice a bit more helpful format shell scripts per style guide add deprecation for Trigger Cache/Lookup interfaces helper scripts for -O C++ maintenance "-O use-C++" now fails if no C++ bodies wound up being applicable update environemnt variable names to match command-line arguments final changes for -O C++ feature completeness, mainly "when" statement support Change "when" statements that don't require closures to use new implementation. Provide hooks for script optimization access to "when" statements. Regularize treatment of naming and timeouts for Triggers. switch cached Trigger values to be opaque-and-generic, rather than assuming CallExpr's tracking of when statements/expressions occur in a "when" context fix bug that sometimes associated the wrong location with global statements fix incomplete AST traversal of "when" statements add some missing "when" closures regularize test suite names to avoid custom/outdated suffices |
||
---|---|---|
.. | ||
benchmark/broker | ||
btest | ||
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.