diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-20 21:33:04 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-20 21:33:04 +0300 |
commit | f1f7dea6875d0b9cd3f68c115bec3dfa0e6a541e (patch) | |
tree | 6abde84184a5b11329e048b28010a71daa4fd7ad /test/Maketests | |
parent | cd7ee26d9606f1832bc8974fe41cc9a80b323861 (diff) | |
parent | 491c127c5c78f0729f3e75bc0d07d49285a2041b (diff) | |
download | egawk-f1f7dea6875d0b9cd3f68c115bec3dfa0e6a541e.tar.gz egawk-f1f7dea6875d0b9cd3f68c115bec3dfa0e6a541e.tar.bz2 egawk-f1f7dea6875d0b9cd3f68c115bec3dfa0e6a541e.zip |
Merge branch 'master' into feature/cmake
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 b28a32ab..a13ed244 100644 --- a/test/Maketests +++ b/test/Maketests @@ -10,6 +10,11 @@ anchgsub: @AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ +anchor: + @echo $@ + @AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ + arrayind1: @echo $@ @AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ |