summaryrefslogtreecommitdiff
path: root/test/Maketests
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-09-23 11:36:30 +0300
committerArnold D. Robbins <arnold@skeeve.com>2022-09-23 11:36:30 +0300
commite54810d7290353fdb62444ae8bae6a07c331ec50 (patch)
tree75fb682c719a1543563cff0b5be6e22dfcafab40 /test/Maketests
parente1063a05ce96d06a3dfced482d510717f72bb0b1 (diff)
parentf26d33a64bd761700eb5b708b289799de72f6fc5 (diff)
downloadgawk-e54810d7290353fdb62444ae8bae6a07c331ec50.tar.gz
Merge branch 'master' into feature/bwk-csv
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 bae0dc5d..b46c4498 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -1457,6 +1457,11 @@ elemnew3:
@-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+elemnew4:
+ @echo $@
+ @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
exit:
@echo $@
@-$(LOCALES) AWK="$(AWKPROG)" "$(srcdir)"/$@.sh > _$@ 2>&1 || echo EXIT CODE: $$? >>_$@