mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
A set of new/changed tests regarding the new policy script organisation.
* 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.
This commit is contained in:
parent
f506b5682f
commit
1289e115c1
13 changed files with 44 additions and 19 deletions
|
@ -0,0 +1,13 @@
|
|||
# depth name
|
||||
0 scripts/base/init-bare.bro
|
||||
1 build/src/const.bif.bro
|
||||
1 build/src/types.bif.bro
|
||||
1 build/src/strings.bif.bro
|
||||
1 build/src/bro.bif.bro
|
||||
1 build/src/reporter.bif.bro
|
||||
1 build/src/event.bif.bro
|
||||
1 scripts/base/frameworks/logging/__load__.bro
|
||||
2 scripts/base/frameworks/logging/./main.bro
|
||||
3 build/src/logging.bif.bro
|
||||
2 scripts/base/frameworks/logging/./writers/ascii.bro
|
||||
0 scripts/policy/misc/loaded-scripts.bro
|
Loading…
Add table
Add a link
Reference in a new issue