gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -remove fixed valgrind from Make


From: gnunet
Subject: [taler-exchange] branch master updated: -remove fixed valgrind from Makefile for mustache tests
Date: Wed, 06 Sep 2023 16:34:02 +0200

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 6fd2d568 -remove fixed valgrind from Makefile for mustache tests
6fd2d568 is described below

commit 6fd2d5688708ee23e0d9e9316d790a9da25ea760
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Wed Sep 6 16:33:58 2023 +0200

    -remove fixed valgrind from Makefile for mustache tests
---
 src/templating/test1/Makefile | 2 +-
 src/templating/test2/Makefile | 2 +-
 src/templating/test3/Makefile | 2 +-
 src/templating/test4/Makefile | 2 +-
 src/templating/test5/Makefile | 2 +-
 src/templating/test6/Makefile | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/templating/test1/Makefile b/src/templating/test1/Makefile
index 5f3997c5..bb96b350 100644
--- a/src/templating/test1/Makefile
+++ b/src/templating/test1/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"
diff --git a/src/templating/test2/Makefile b/src/templating/test2/Makefile
index 5f3997c5..bb96b350 100644
--- a/src/templating/test2/Makefile
+++ b/src/templating/test2/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"
diff --git a/src/templating/test3/Makefile b/src/templating/test3/Makefile
index 5f3997c5..bb96b350 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"
diff --git a/src/templating/test4/Makefile b/src/templating/test4/Makefile
index 5f3997c5..bb96b350 100644
--- a/src/templating/test4/Makefile
+++ b/src/templating/test4/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"
diff --git a/src/templating/test5/Makefile b/src/templating/test5/Makefile
index 5f3997c5..bb96b350 100644
--- a/src/templating/test5/Makefile
+++ b/src/templating/test5/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"
diff --git a/src/templating/test6/Makefile b/src/templating/test6/Makefile
index 5fcf5c59..6178902c 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"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]