summaryrefslogtreecommitdiff
path: root/test/Maketests
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-05-24 16:47:10 -0400
committerArnold D. Robbins <arnold@skeeve.com>2022-05-24 16:47:10 -0400
commit09eaaaf6608e63813087fb746d2bf2b1701d9e81 (patch)
treecdee291dffd7341a7a5eb54127678b7fb779c973 /test/Maketests
parent9a1e7448b6ac3f7b468e72af9f013f61fcf63239 (diff)
downloadgawk-09eaaaf6608e63813087fb746d2bf2b1701d9e81.tar.gz
Small bug fix and new test case.
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 8d19ea87..2957e89c 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -1283,6 +1283,11 @@ getlnhd:
@-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+getlnfa:
+ @echo $@
+ @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
localenl:
@echo $@
@-$(LOCALES) AWK="$(AWKPROG)" "$(srcdir)"/$@.sh > _$@ 2>&1 || echo EXIT CODE: $$? >>_$@