mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
btest: Avoid loading ZeroMQ if not compiled in
...at the same time, add some `TEST-REQUIRES: have-zeromq` which unfortunately means that developers will usually want libzmq installed on their system.
This commit is contained in:
parent
c6c6d88b4c
commit
85189ca918
6 changed files with 10 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
#
|
||||
# Require Spicy, otherwise its scripts cannot be loaded.
|
||||
# @TEST-REQUIRES: have-spicy
|
||||
# @TEST-REQUIRES: have-zeromq
|
||||
#
|
||||
# @TEST-EXEC: test -d $DIST/scripts
|
||||
# @TEST-EXEC: for script in `find $DIST/scripts/ -name \*\.zeek`; do zeek -b --parse-only $script >>errors 2>&1; done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue