Add a Broxygen coverage test.

This commit is contained in:
Jon Siwek 2013-11-25 15:48:16 -06:00
parent e58865af22
commit 25e28c04f0
5 changed files with 53 additions and 0 deletions

View file

@ -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();
}