mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
annotated scripts to skip when testing compilation-to-C++
This commit is contained in:
parent
dbae112bdc
commit
ce5d840800
23 changed files with 36 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
|||
# @TEST-DOC: Using and listing of counters and gauges using the telemetry module.
|
||||
# Note compilable to C++ due to globals being initialized to a record that
|
||||
# has an opaque type as a field.
|
||||
# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1"
|
||||
# @TEST-EXEC: zcat <$TRACES/echo-connections.pcap.gz | zeek -b -Cr - %INPUT > out
|
||||
# @TEST-EXEC: btest-diff out
|
||||
# @TEST-EXEC-FAIL: test -f reporter.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue