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:
Arne Welzel 2024-12-11 17:58:31 +01:00
parent c6c6d88b4c
commit 85189ca918
6 changed files with 10 additions and 2 deletions

View file

@ -2,7 +2,9 @@
# Scripts which are commented out in test-all-policy.zeek.
@load protocols/ssl/decryption.zeek
@ifdef ( Cluster::CLUSTER_BACKEND_ZEROMQ )
@load frameworks/cluster/backend/zeromq/connect.zeek
@endif
@load frameworks/cluster/nodes-experimental/manager.zeek
@load frameworks/control/controllee.zeek
@load frameworks/control/controller.zeek