Add tests for bundled Spicy infrastructure.

This commit is contained in:
Benjamin Bannier 2022-04-14 11:04:43 +02:00
parent 95aff9a1e3
commit e40aa0f6d2
8 changed files with 114 additions and 1 deletions

6
testing/scripts/have-spicy Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
if grep -q "DISABLE_SPICY:BOOL=true" "${BUILD}"/CMakeCache.txt; then
return 1
else
true
fi