mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Merge remote-tracking branch 'origin/topic/christian/install-btest-tooling'
* origin/topic/christian/install-btest-tooling: Explain zeek-config options in help output Sort variables at top of zeek-config alphabetically Install Zeek's btest tooling with the distribution
This commit is contained in:
commit
f76a95a2c2
7 changed files with 95 additions and 16 deletions
8
testing/CMakeLists.txt
Normal file
8
testing/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
install(DIRECTORY scripts/ DESTINATION ${ZEEK_CONFIG_BTEST_TOOLS_DIR}/scripts
|
||||
USE_SOURCE_PERMISSIONS
|
||||
FILES_MATCHING PATTERN "diff-*")
|
||||
install(FILES btest/random.seed DESTINATION ${ZEEK_CONFIG_BTEST_TOOLS_DIR}/data)
|
||||
|
||||
if ( INSTALL_BTEST_PCAPS )
|
||||
install(DIRECTORY btest/Traces/ DESTINATION ${ZEEK_CONFIG_BTEST_TOOLS_DIR}/data/pcaps)
|
||||
endif ()
|
5
testing/btest/Traces/README
Normal file
5
testing/btest/Traces/README
Normal file
|
@ -0,0 +1,5 @@
|
|||
These are the trace files that are used by the Zeek test suite.
|
||||
|
||||
Note to maintainers: please take care when modyfing/removing files from here.
|
||||
We install these traces with the Zeek distribution and external packages might
|
||||
depend on them for tests.
|
Loading…
Add table
Add a link
Reference in a new issue