mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
new "-a ZAM" testing baseline alternative
This commit is contained in:
parent
f89ed411cf
commit
9722b4216f
1 changed files with 10 additions and 0 deletions
|
@ -89,3 +89,13 @@ BTEST_BASELINE_DIR=%(testbase)s/Baseline.usage:%(testbase)s/Baseline.xform:%(tes
|
|||
[environment-cpp]
|
||||
ZEEK_USE_CPP=1
|
||||
BTEST_BASELINE_DIR=%(testbase)s/Baseline.cpp:%(testbase)s/Baseline
|
||||
|
||||
# This environment runs ZAM in default mode, i.e., with all optimizations
|
||||
# activated. When using it, some of the tests require extra time to run,
|
||||
# so before diagnosing failures, rerun the failed tests non-parallelized
|
||||
# (no -j). Also, we explicitly set ZEEK_XFORM, even though ZEEK_ZAM activates
|
||||
# it, because some tests look for it when deciding whether to skip or run.
|
||||
[environment-zam]
|
||||
ZEEK_ZAM=1
|
||||
ZEEK_XFORM=1
|
||||
BTEST_BASELINE_DIR=%(testbase)s/Baseline.zam:%(testbase)s/Baseline.xform:%(testbase)s/Baseline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue