mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

This patch changes invocations of `spicyz` and similar Spicy tools in tests which perform compilation to use debug mode via passing `-d`. This in turn leads to Spicy compiling generated C++ code in debug as opposed to release mode which typically seems to require less CPU time and RAM. For a local test running with `btest -j 16` and no caching via `HILTI_CXX_COMPILER_LAUNCER` this sped up running of BTests under `spicy/` by about 40s on my machine (120s vs 160s).
37 lines
535 B
Text
37 lines
535 B
Text
# @TEST-REQUIRES: have-spicy
|
|
#
|
|
# @TEST-EXEC-FAIL: spicyz -D zeek -d -o x.hlto %INPUT 2>output
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER=diff-canonifier-spicy btest-diff output
|
|
|
|
@if ZEEK_VERSION < 90000
|
|
|
|
# @TEST-START-NEXT
|
|
|
|
@if ZEEK_VERSION >= 30000
|
|
@else
|
|
|
|
# @TEST-START-NEXT
|
|
|
|
@else
|
|
@endif
|
|
|
|
# @TEST-START-NEXT
|
|
|
|
@endif
|
|
|
|
# @TEST-START-NEXT
|
|
|
|
@if ZEEK_VERSION < 90000
|
|
@if ZEEK_VERSION < 90000
|
|
@if ZEEK_VERSION < 90000
|
|
@else
|
|
@endif
|
|
# @TEST-START-NEXT
|
|
|
|
@if ZEEK_VERSION >= thirtythousand
|
|
@endif
|
|
|
|
# @TEST-START-NEXT
|
|
|
|
@if ZEEK_VERSION >= 3.0.0
|
|
@endif
|