mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Install test-all-policy.zeek script
The zeekygen script, which is already installed, refers to it, and could also generally be useful for "test everything" type scenarios.
This commit is contained in:
parent
ca48a1865d
commit
2395a73f26
3 changed files with 8 additions and 2 deletions
7
CHANGES
7
CHANGES
|
@ -1,4 +1,11 @@
|
|||
|
||||
3.1.0-dev.264 | 2019-11-14 16:57:13 -0800
|
||||
|
||||
* Install test-all-policy.zeek script (Jon Siwek, Corelight)
|
||||
|
||||
The zeekygen script, which is already installed, refers to it, and
|
||||
could also generally be useful for "test everything" type scenarios.
|
||||
|
||||
3.1.0-dev.263 | 2019-11-13 13:43:16 -0800
|
||||
|
||||
* Improve record_fields() BIF to recursively give full container type names (Henri DF)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.1.0-dev.263
|
||||
3.1.0-dev.264
|
||||
|
|
|
@ -2,7 +2,6 @@ include(InstallPackageConfigFile)
|
|||
|
||||
install(DIRECTORY ./ DESTINATION ${ZEEK_SCRIPT_INSTALL_PATH} FILES_MATCHING
|
||||
PATTERN "site/local*" EXCLUDE
|
||||
PATTERN "test-all-policy.zeek" EXCLUDE
|
||||
PATTERN "*.zeek"
|
||||
PATTERN "*.sig"
|
||||
PATTERN "*.fp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue