aboutsummaryrefslogtreecommitdiffstats
path: root/test/Maketests
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-04-22 16:09:37 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-04-22 16:09:37 +0300
commit6cf1cd84870f4405143410585cc4e3e7f719f8f5 (patch)
tree73fc106a2279979d313d66e543d3a23db69406ac /test/Maketests
parent26e0f72a6bb214f1f53326c7b2325715afe43fb6 (diff)
downloadegawk-6cf1cd84870f4405143410585cc4e3e7f719f8f5.tar.gz
egawk-6cf1cd84870f4405143410585cc4e3e7f719f8f5.tar.bz2
egawk-6cf1cd84870f4405143410585cc4e3e7f719f8f5.zip
User function sorting added, documented, tested.
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 2f2ff93a..772ee657 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -1055,6 +1055,11 @@ sortfor:
@AWKPATH=$(srcdir) $(AWK) -f $@.awk < $(srcdir)/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+sortu:
+ @echo sortu
+ @AWKPATH=$(srcdir) $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
+
splitarg4:
@echo splitarg4
@AWKPATH=$(srcdir) $(AWK) -f $@.awk < $(srcdir)/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@