summaryrefslogtreecommitdiff
path: root/test/Maketests
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-04-21 17:26:21 +0300
committerArnold D. Robbins <arnold@skeeve.com>2022-04-21 17:26:21 +0300
commit6cf92b53d37c1f9e3029cb1c8c0217100c7e36d8 (patch)
treedb9fc3d394519563ce81129911088aeef9992e55 /test/Maketests
parent2b4d1c796f24d1fc2fb09bd1570f859caabda419 (diff)
downloadgawk-6cf92b53d37c1f9e3029cb1c8c0217100c7e36d8.tar.gz
Pretty printing improvements for comments in switch/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 d206f2e4..efc168b5 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -1926,6 +1926,11 @@ regnul2:
@-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+profile17:
+ @echo $@
+ @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk --pretty-print=_$@ >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
+
regx8bit:
@echo $@
@-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@