mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00

This is for testing only. There are also two test: one that checks that test-all.bro loads correctly, and one that ensures that test-all is actually loading all scripts found in policy/*.
6 lines
164 B
Text
6 lines
164 B
Text
# Makes sures test-all.bro (which loads *all* other scripts) compiles correctly.
|
|
#
|
|
# @TEST-EXEC: bro %INPUT >output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
@load test-all
|