mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() Closes #4173 This allows types to be used in expressions, but they can't be reassigned. Note that this was meant to be a special "type expression" - but that is unnecessary complexity. Type expressions would allow access to the type without going through its constant value, but the constant value is never changed, so it's simply a few more checks if necessary when functionality gets expanded. This way, ZAM and other code will not need updates, so the potential for increased work in the future is probably not worth caring about. |
||
---|---|---|
.. | ||
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.