new "-a ZAM" testing baseline alternative

This commit is contained in:
Vern Paxson 2021-08-16 13:30:20 -07:00
parent f89ed411cf
commit 9722b4216f

View file

@ -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