diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-20 21:40:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-20 21:40:36 +0300 |
commit | 3dc29b1fbb332fd0a0571ed803401f4ca069e9b3 (patch) | |
tree | 76760d37284a0813a3df38b4e03c131a3e1b8d1b /test/Maketests | |
parent | cbff5bd8144c06b2c6790060462c68a22e0d4452 (diff) | |
parent | 491c127c5c78f0729f3e75bc0d07d49285a2041b (diff) | |
download | egawk-3dc29b1fbb332fd0a0571ed803401f4ca069e9b3.tar.gz egawk-3dc29b1fbb332fd0a0571ed803401f4ca069e9b3.tar.bz2 egawk-3dc29b1fbb332fd0a0571ed803401f4ca069e9b3.zip |
Merge branch 'master' into feature/typed-regex
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 951590ac..081d96ef 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: $$? >>_$@ |