diff options
-rwxr-xr-x | src/templating/run-original-tests.sh | 2 |
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 |