From d6f12190c0d953dd3090153a45ecdd10f01cd9c3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Aug 2022 13:56:04 +0200 Subject: -move templating library into exchange.git --- src/templating/run-original-tests.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 src/templating/run-original-tests.sh (limited to 'src/templating/run-original-tests.sh') diff --git a/src/templating/run-original-tests.sh b/src/templating/run-original-tests.sh new file mode 100755 index 000000000..9c7d34cdd --- /dev/null +++ b/src/templating/run-original-tests.sh @@ -0,0 +1,10 @@ +#!/bin/bash +set -eu +# The build fails if libjson-c-dev is not installed. +# 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 Makefile.orig mustach || exit 77 +make -f Makefile.orig test +make -f Makefile.orig clean || true -- cgit v1.2.3