summaryrefslogtreecommitdiff
path: root/src/templating/test3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/templating/test3/Makefile')
-rw-r--r--src/templating/test3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templating/test3/Makefile b/src/templating/test3/Makefile
index 5f3997c51..bb96b3502 100644
--- a/src/templating/test3/Makefile
+++ b/src/templating/test3/Makefile
@@ -2,7 +2,7 @@
test:
@echo starting test
- @valgrind ../mustach json must > resu.last 2> vg.last
+ @../mustach json must > resu.last 2> vg.last
@sed -i 's:^==[0-9]*== ::' vg.last
@diff -w resu.ref resu.last && echo "result ok" || echo "ERROR! Result differs"
@awk '/^ *total heap usage: .* allocs, .* frees,.*/{if($$4-$$6)exit(1)}' vg.last || echo "ERROR! Alloc/Free issue"