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

This adds two example plugins within testing/builtin-plugins/Files: * protocol-plugin copied over from testing/btest/plugins/protocol-plugin * py-lib-plugin that embeds Python to have a dependency on an external shared library which was already available in CI and fun to use, too. Closes #2837
41 lines
1.6 KiB
INI
41 lines
1.6 KiB
INI
[DEFAULT]
|
|
# This should be a path relative to the main repository directory, and
|
|
# can be overridden with btest's -s command-line argument.
|
|
build_dir = build
|
|
|
|
[btest]
|
|
TestDirs = tests
|
|
TmpDir = %(testbase)s/.tmp
|
|
BaselineDir = %(testbase)s/Baseline
|
|
IgnoreDirs = .svn CVS .tmp
|
|
IgnoreFiles = *.tmp *.swp .clang-format #* *.trace .DS_Store
|
|
MinVersion = 0.63
|
|
|
|
[environment]
|
|
ZEEKPATH=`bash -c %(testbase)s/../../%(build_dir)s/zeek-path-dev`
|
|
ZEEK_SEED_FILE=%(testbase)s/../btest/random.seed
|
|
ZEEK_PLUGIN_PATH=
|
|
TZ=UTC
|
|
LC_ALL=C
|
|
BTEST_PATH=%(testbase)s/../../auxil/btest
|
|
PATH=%(testbase)s/../../%(build_dir)s/src%(pathsep)s%(testbase)s/../scripts%(pathsep)s%(testbase)s/../../auxil/btest%(pathsep)s%(testbase)s/../../%(build_dir)s/auxil/zeek-aux/zeek-cut%(pathsep)s%(testbase)s/../../auxil/btest/sphinx%(pathsep)s%(default_path)s%(pathsep)s/sbin
|
|
TRACES=%(testbase)s/../btest/Traces
|
|
FILES=%(testbase)s/Files
|
|
SCRIPTS=%(testbase)s/../scripts
|
|
DOC_ROOT=%(testbase)s/../../doc
|
|
DIST=%(testbase)s/../..
|
|
BUILD=%(testbase)s/../../%(build_dir)s
|
|
TEST_DIFF_CANONIFIER=%(testbase)s/../scripts/diff-canonifier
|
|
TMPDIR=%(testbase)s/.tmp
|
|
ZEEK_PROFILER_FILE=%(testbase)s/.tmp/script-coverage/XXXXXX
|
|
BTEST_RST_FILTER=$SCRIPTS/rst-filter
|
|
ZEEK_DNS_FAKE=1
|
|
ZEEK_DEFAULT_LISTEN_ADDRESS=127.0.0.1
|
|
ZEEK_DEFAULT_LISTEN_RETRY=1
|
|
ZEEK_DEFAULT_CONNECT_RETRY=1
|
|
ZEEK_DISABLE_ZEEKYGEN=1
|
|
ZEEK_ALLOW_INIT_ERRORS=1
|
|
ZEEK_SUPERVISOR_NO_SIGKILL=1
|
|
UBSAN_OPTIONS=print_stacktrace=1
|
|
SPICY_PATH=`bash -c %(testbase)s/../../%(build_dir)s/spicy-path`
|
|
HILTI_CXX_INCLUDE_DIRS=`bash -c %(testbase)s/../../%(build_dir)s/hilti-cxx-include-dirs`
|