summaryrefslogtreecommitdiff
path: root/src/templating/test6
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-09-06 16:33:58 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-09-06 16:33:58 +0200
commit6fd2d5688708ee23e0d9e9316d790a9da25ea760 (patch)
treeb91f0123a8f0681a8d674bc8e7463777b33026f6 /src/templating/test6
parent97309075bc60580e26ff1819e4ba4db430c2035b (diff)
downloadexchange-6fd2d5688708ee23e0d9e9316d790a9da25ea760.tar.gz
exchange-6fd2d5688708ee23e0d9e9316d790a9da25ea760.tar.bz2
exchange-6fd2d5688708ee23e0d9e9316d790a9da25ea760.zip
-remove fixed valgrind from Makefile for mustache tests
Diffstat (limited to 'src/templating/test6')
-rw-r--r--src/templating/test6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templating/test6/Makefile b/src/templating/test6/Makefile
index 5fcf5c596..6178902c0 100644
--- a/src/templating/test6/Makefile
+++ b/src/templating/test6/Makefile
@@ -6,7 +6,7 @@ test-custom-write: test-custom-write.c ../mustach-json-c.h ../mustach-json-c.c .
test: test-custom-write
@echo starting test
- @valgrind ./test-custom-write json -U must -l must -x must > resu.last 2> vg.last
+ @./test-custom-write json -U must -l must -x 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"