mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Use .zeek file suffix in unit tests
This commit is contained in:
parent
93d384adeb
commit
1e57e3f026
862 changed files with 533 additions and 529 deletions
|
@ -1,21 +0,0 @@
|
|||
# @TEST-EXEC-FAIL: bro -b a.bro >output1 2>&1
|
||||
# @TEST-EXEC-FAIL: bro -b a.bro b.bro >output2 2>&1
|
||||
# @TEST-EXEC: btest-diff output1
|
||||
# @TEST-EXEC: btest-diff output2
|
||||
|
||||
@TEST-START-FILE a.bro
|
||||
module A;
|
||||
|
||||
event bro_init()
|
||||
{
|
||||
print "a";
|
||||
@TEST-END-FILE
|
||||
|
||||
@TEST-START-FILE b.bro
|
||||
module B;
|
||||
|
||||
event bro_init()
|
||||
{
|
||||
print "b";
|
||||
}
|
||||
@TEST-END-FILE
|
Loading…
Add table
Add a link
Reference in a new issue