mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add tests for bundled Spicy infrastructure.
This commit is contained in:
parent
95aff9a1e3
commit
e40aa0f6d2
8 changed files with 114 additions and 1 deletions
6
testing/scripts/have-spicy
Executable file
6
testing/scripts/have-spicy
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
if grep -q "DISABLE_SPICY:BOOL=true" "${BUILD}"/CMakeCache.txt; then
|
||||
return 1
|
||||
else
|
||||
true
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue