aboutsummaryrefslogtreecommitdiffstats
path: root/test/Maketests
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-05-04 23:10:29 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-05-04 23:10:29 +0300
commitf2b825c82aa6b0b2eabed734244148206f3c01a5 (patch)
treebc7c03bf1133c56a26ef1aeafb8905fbf47ddbaf /test/Maketests
parente7dced088c226280bcb1edb252011d6c186504e4 (diff)
downloadegawk-f2b825c82aa6b0b2eabed734244148206f3c01a5.tar.gz
egawk-f2b825c82aa6b0b2eabed734244148206f3c01a5.tar.bz2
egawk-f2b825c82aa6b0b2eabed734244148206f3c01a5.zip
Bug fixes and new test, see nastyparm.
Diffstat (limited to 'test/Maketests')
-rw-r--r--test/Maketests10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Maketests b/test/Maketests
index 772ee657..638f64f9 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -885,6 +885,11 @@ clos1way:
@AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+delsub:
+ @echo delsub
+ @AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+
fieldwdth:
@echo fieldwdth
@AWKPATH=$(srcdir) $(AWK) -f $@.awk < $(srcdir)/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@@ -1010,6 +1015,11 @@ nondec:
@AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+nastyparm:
+ @echo nastyparm
+ @AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+
patsplit:
@echo patsplit
@AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@