aboutsummaryrefslogtreecommitdiffstats
path: root/test/Maketests
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-01-17 18:24:15 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-01-17 18:24:15 +0200
commit53a10f5c9fb536e387ac1e85568458a569aad84c (patch)
treefc0817c4c4fc41a5a930457def917323a1676139 /test/Maketests
parent8386cc08fc52831a83a5a45dd48a86d79dd14471 (diff)
parent7f4a9474439bf1f8b69290db9b48b63b462f27a4 (diff)
downloadegawk-53a10f5c9fb536e387ac1e85568458a569aad84c.tar.gz
egawk-53a10f5c9fb536e387ac1e85568458a569aad84c.tar.bz2
egawk-53a10f5c9fb536e387ac1e85568458a569aad84c.zip
Merge branch 'master' into feature/fix-comments
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 6a685101..314aaaec 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -1327,6 +1327,11 @@ indirectcall2:
@AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+isarrayunset:
+ @echo $@
+ @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
lint:
@echo $@
@AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@