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:
Johanna Amann 2021-05-10 10:17:34 +01:00
commit f76a95a2c2
7 changed files with 95 additions and 16 deletions

8
testing/CMakeLists.txt Normal file
View 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 ()

View 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.