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

- The Makefiles now run btest with "-f diag.log" so that diangnostics output will always be written into that file. - Makefiles now hardcode path to btest to avoid picking up the wrong version if in PATH. - The canonifier scripts now live in testing/scripts, and they are used from both btest/ and external/. - There's a new diff-remove-uids scripts that removed connection UIDs for diffing. The external/* tests now use that by default. - Timestamp removal now has its own script: diff-remove-timestamps. diff-canonifier calls that. - All Makefile have a "brief" target that runs btest with -b. - The higher-level directories have Makefile to call the subdirs.
18 lines
600 B
INI
18 lines
600 B
INI
[btest]
|
|
TestDirs = tests
|
|
TmpDir = %(testbase)s/.tmp
|
|
BaselineDir = %(testbase)s/Baseline
|
|
IgnoreDirs = .svn CVS .tmp
|
|
IgnoreFiles = *.tmp *.swp #* *.trace .gitignore *.skeleton
|
|
|
|
[environment]
|
|
BROPATH=`bash -c %(testbase)s/../../../build/bro-path-dev`
|
|
BRO_SEED_FILE=%(testbase)s/../random.seed
|
|
TZ=UTC
|
|
LC_ALL=C
|
|
PATH=%(testbase)s/../../../build/src:%(testbase)s/../../../aux/btest:%(default_path)s
|
|
TEST_DIFF_CANONIFIER=%(testbase)s/../../btest/Scripts/diff-canonifier-external
|
|
TRACES=%(testbase)s/Traces
|
|
SCRIPTS=%(testbase)s/../scripts
|
|
DIST=%(testbase)s/../../..
|
|
BUILD=%(testbase)s/../../../build
|