mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Add a Broxygen coverage test.
This commit is contained in:
parent
e58865af22
commit
25e28c04f0
5 changed files with 53 additions and 0 deletions
|
@ -1,2 +1,14 @@
|
|||
@load test-all-policy.bro
|
||||
|
||||
# Scripts which are commented out in test-all-policy.bro.
|
||||
@load protocols/ssl/notary.bro
|
||||
@load frameworks/communication/listen.bro
|
||||
@load frameworks/control/controllee.bro
|
||||
@load frameworks/control/controller.bro
|
||||
|
||||
@load ./example.bro
|
||||
|
||||
event bro_init()
|
||||
{
|
||||
terminate();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue