diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 11:45:05 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 11:45:05 +0300 |
commit | 4b68f4ebe7381644e5652a88a5104a10f10f66a7 (patch) | |
tree | e242d76e4f41cd63466cf044edcc5868b810ccda /test/Maketests | |
parent | bb25148a8e3c8d953f632eb635669abaccedc9a4 (diff) | |
parent | 906ac1a525dd0f7ad87bafdaf882323938842760 (diff) | |
download | egawk-4b68f4ebe7381644e5652a88a5104a10f10f66a7.tar.gz egawk-4b68f4ebe7381644e5652a88a5104a10f10f66a7.tar.bz2 egawk-4b68f4ebe7381644e5652a88a5104a10f10f66a7.zip |
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'test/Maketests')
-rw-r--r-- | test/Maketests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Maketests b/test/Maketests index 9ff8ef90..a13c83e2 100644 --- a/test/Maketests +++ b/test/Maketests @@ -505,6 +505,11 @@ membug1: @AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ +memleak: + @echo $@ + @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ + minusstr: @echo $@ @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ |