mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58: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
13
testing/btest/core/option-errors.zeek
Normal file
13
testing/btest/core/option-errors.zeek
Normal file
|
@ -0,0 +1,13 @@
|
|||
# @TEST-EXEC-FAIL: bro %INPUT
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff .stderr
|
||||
|
||||
option testbool;
|
||||
|
||||
@TEST-START-NEXT
|
||||
|
||||
option testbool : bool;
|
||||
|
||||
@TEST-START-NEXT
|
||||
|
||||
option testopt = 5;
|
||||
testopt = 6;
|
Loading…
Add table
Add a link
Reference in a new issue