diff options
Diffstat (limited to 'src/templating/test1/Makefile')
-rw-r--r-- | src/templating/test1/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/templating/test1/Makefile b/src/templating/test1/Makefile index bb96b3502..1a3e57914 100644 --- a/src/templating/test1/Makefile +++ b/src/templating/test1/Makefile @@ -1,12 +1,7 @@ .PHONY: test clean test: - @echo starting test - @../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" - @echo + @../dotest.sh json must clean: rm -f resu.last vg.last |