mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

* test-all.bro renamed to test-all-policy.bro because it lists only the optional scripts now. * A new test that checks that the default config loads everything in base/*/ * A new test that runs bare mode but loads all optional policy scripts (which fails horribly right now ...) * A new loaded_scripts test for the bare mode.
7 lines
209 B
Text
7 lines
209 B
Text
# Makes sures test-all-policy.bro (which loads *all* other policy scripts)
|
|
# compiles correctly even in bare mode.
|
|
#
|
|
# @TEST-EXEC: bro -b %INPUT >output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
@load test-all-policy
|