Polishing the setup for external tests.

This commit is contained in:
Robin Sommer 2011-06-30 22:50:06 -07:00
parent 27aa30c683
commit 80fcabdb47
9 changed files with 15 additions and 9 deletions

View file

@ -0,0 +1,2 @@
@TEST-EXEC: bro -r $TRACES/test.trace test-all
@TEST-EXEC: for i in *.log; do btest-diff $i; done