summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-18 23:34:57 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-18 23:34:57 +0100
commit3be1a278218dd7fa6239cafd7099f754fe256936 (patch)
tree7e4ca9d8a4d70a640cc5122f152015c582f3d183
parentf2d4ef798e68f1bf6ae0e158c6ccc13feeadbc33 (diff)
downloadexchange-3be1a278218dd7fa6239cafd7099f754fe256936.tar.gz
exchange-3be1a278218dd7fa6239cafd7099f754fe256936.tar.bz2
exchange-3be1a278218dd7fa6239cafd7099f754fe256936.zip
truly skip if libjson-c-dev is not present
-rwxr-xr-xsrc/templating/run-original-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templating/run-original-tests.sh b/src/templating/run-original-tests.sh
index 289ae8711..cc666fd69 100755
--- a/src/templating/run-original-tests.sh
+++ b/src/templating/run-original-tests.sh
@@ -19,7 +19,7 @@ make clean
# That's OK, we don't otherwise need it and don't
# even bother testing for it in configure.ac.
# However, in that case, skip the test suite.
-make -f mustach-original-Makefile mustach || exit 77
+make -f mustach-original-Makefile mustach mustach-json-c.o || exit 77
make -f mustach-original-Makefile clean || true
make -f mustach-original-Makefile basic-tests
make -f mustach-original-Makefile clean || true