mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
![]() * origin/topic/vern/footprint: new environment variable to enable BTests to skip ASAN checks skip new BiF test for ASAN CI runs btest update to include recursive value that doesn't require a record to avoid recursion, track all aggregates, not just records isolate the internal methods simpler public calling interface for computing footprint use stack-based set to prevent infinite recursion rather than a static one change value_footprint() to val_footprint() to be more similar to val_size() make including count of container elements non-optional btest for mutually-recursive case fix for tracking footprints of mutually-recursive records added value_footprint() and global_container_footprints() BiFs |
||
---|---|---|
.. | ||
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.