diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-27 18:26:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-27 18:26:38 +0300 |
commit | 454ae7c0f350842ab40a30ff4a2643cd76e8e277 (patch) | |
tree | 8883c016bc8c79d56ff961d42e5c6f7d53060787 /test/Maketests | |
parent | 2ad3c45bed9aabe6bb8a05991a7fdbcff620810b (diff) | |
download | egawk-454ae7c0f350842ab40a30ff4a2643cd76e8e277.tar.gz egawk-454ae7c0f350842ab40a30ff4a2643cd76e8e277.tar.bz2 egawk-454ae7c0f350842ab40a30ff4a2643cd76e8e277.zip |
Fix to Jan 7 2015 regexp parsing fix.
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 5ee49061..e9c89852 100644 --- a/test/Maketests +++ b/test/Maketests @@ -712,6 +712,11 @@ regexpbrack: @AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ +regexpbrack2: + @echo $@ + @AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ + regexprange: @echo $@ @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ |