aboutsummaryrefslogtreecommitdiffstats
path: root/test/Maketests
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-07-13 12:11:04 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-07-13 12:11:04 +0300
commit4fe1f4ac1aa0e4b99c9abb26794fc0d10ebb77c6 (patch)
treefcbe1c1dffa7ce2c913844b243265d853f92253a /test/Maketests
parentc494c33d585d0b7498b8e368434f60f2c107497f (diff)
downloadegawk-4fe1f4ac1aa0e4b99c9abb26794fc0d10ebb77c6.tar.gz
egawk-4fe1f4ac1aa0e4b99c9abb26794fc0d10ebb77c6.tar.bz2
egawk-4fe1f4ac1aa0e4b99c9abb26794fc0d10ebb77c6.zip
Doc update and new test on getline with side effects.
Diffstat (limited to 'test/Maketests')
-rw-r--r--test/Maketests5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Maketests b/test/Maketests
index 34a0aaa6..1b58d5b4 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -320,6 +320,11 @@ getline4:
@AWKPATH=$(srcdir) $(AWK) -f $@.awk < $(srcdir)/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+getline5:
+ @echo getline5
+ @AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+
getnr2tb:
@echo getnr2tb
@AWKPATH=$(srcdir) $(AWK) -f $@.awk < $(srcdir)/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@