mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00

Updated README and collected coverage-related tests in a common dir. There are still coverage failures resulting from either the following scripts not being @load'd in the default bro mode: base/frameworks/time-machine/notice.bro base/protocols/http/partial-content.bro base/protocols/rpc/main.bro Or the following result in errors when @load'd: policy/protocols/conn/scan.bro policy/hot.conn.bro If these are all scripts-in-progress, can we move them all to live outside the main scripts/ directory until they're ready?
18 lines
568 B
INI
18 lines
568 B
INI
[btest]
|
|
TestDirs = doc bifs language core scripts istate coverage
|
|
TmpDir = %(testbase)s/.tmp
|
|
BaselineDir = %(testbase)s/Baseline
|
|
IgnoreDirs = .svn CVS .tmp
|
|
IgnoreFiles = *.tmp *.swp #* *.trace
|
|
|
|
[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
|
|
TRACES=%(testbase)s/Traces
|
|
SCRIPTS=%(testbase)s/../scripts
|
|
DIST=%(testbase)s/../..
|
|
BUILD=%(testbase)s/../../build
|
|
TEST_DIFF_CANONIFIER=$SCRIPTS/diff-canonifier
|