fix debug not recompiling

This commit is contained in:
vrd
2025-06-06 18:00:38 +03:00
parent bd9dd056d3
commit 39e9c1bff0
3 changed files with 16 additions and 19 deletions
+6 -1
View File
@@ -2,7 +2,12 @@
set -e
# Test cppipe functions
cppipe test/test.cpp
OKs=$(cppipe test/functions_test.cppipe | grep OK | wc -l)
if ! [ $OKs = 12 ]
then
echo "EXPECTED 1 OKs, got $OKs"
exit 1
fi
# Test on a C file
echo OK | cppipe test/c_file.c