commit 21648351b98856e02db146a5277552053291f226
parent 9468d2a769c726c9612f383f785501933f330232
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 18 Mar 2024 13:30:18 +0100
migrate test logic
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/templating/run-original-tests.sh b/src/templating/run-original-tests.sh
@@ -7,7 +7,10 @@ set -eu
export CFLAGS="-g"
+make clean
make -f mustach-original-Makefile mustach || exit 77
make -f mustach-original-Makefile clean || true
make -f mustach-original-Makefile basic-tests
make -f mustach-original-Makefile clean || true
+make clean
+make