aboutsummaryrefslogtreecommitdiff
path: root/src/templating/mustach-original-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/templating/mustach-original-Makefile')
-rw-r--r--src/templating/mustach-original-Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/templating/mustach-original-Makefile b/src/templating/mustach-original-Makefile
index a45bd5fa1..aee827583 100644
--- a/src/templating/mustach-original-Makefile
+++ b/src/templating/mustach-original-Makefile
@@ -237,14 +237,6 @@ uninstall:
rm -f $(DESTDIR)$(LIBDIR)/libmustach*.so*
rm -rf $(DESTDIR)$(INCLUDEDIR)/mustach
-# testing
-ifeq ($(valgrind),no)
- NOVALGRIND := 1
-else
- NOVALGRIND := $(valgrind --version > /dev/null && echo 0 || echo 1)
-endif
-export NOVALGRIND
-
.PHONY: test test-basic test-specs
test: basic-tests spec-tests