mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
testing: Add have-spicy-ssl helper and update tests
This commit is contained in:
parent
fc42074c7c
commit
d18045ee16
12 changed files with 18 additions and 11 deletions
7
testing/scripts/have-spicy-ssl
Executable file
7
testing/scripts/have-spicy-ssl
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if grep -q "#define ENABLE_SPICY_SSL" "${BUILD}/zeek-config.h"; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exit 1
|
Loading…
Add table
Add a link
Reference in a new issue