mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
recent BTests that should be skipped when using -O gen-C++
This commit is contained in:
parent
eab2f8a49f
commit
56cf3170c2
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
# @TEST-DOC: Ensure that event coalescence works properly.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
#
|
||||
# @TEST-EXEC: zeek -b -O ZAM %INPUT >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# @TEST-DOC: Ensure that event coalescence doesn't happen if inlining turned off.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
#
|
||||
# @TEST-EXEC: zeek -b -O ZAM -O no-inline %INPUT >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue