mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/auto-hilti-cxx-compiler-launcher-in-btest'
* origin/topic/awelzel/auto-hilti-cxx-compiler-launcher-in-btest: btest.cfg: Set HILTI_CXX_COMPILER_LAUNCHER based on build/CMakeCache.txt
This commit is contained in:
commit
2bf0ebae32
3 changed files with 14 additions and 1 deletions
|
@ -13,6 +13,7 @@ MinVersion = 0.63
|
|||
|
||||
[environment]
|
||||
ZEEKPATH=`bash -c %(testbase)s/../../%(build_dir)s/zeek-path-dev`
|
||||
HILTI_CXX_COMPILER_LAUNCHER=`f=%(testbase)s/../../%(build_dir)s/CMakeCache.txt && grep -q '^ENABLE_CCACHE:BOOL=true' $f && sed -n 's/^CCACHE_PROGRAM:FILEPATH=\(.*\)$/\1/p' $f`
|
||||
ZEEK_SEED_FILE=%(testbase)s/random.seed
|
||||
ZEEK_PLUGIN_PATH=
|
||||
TZ=UTC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue