diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-20 19:47:00 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-20 19:47:00 +0300 |
commit | 7ff43db76864b12449ea4fe00c14a6bef4c98596 (patch) | |
tree | 2df59fc77f1764aaae483dafb3a74c62347d5984 | |
parent | c6eab64cf55d91886c18c9fbb5ff564290759ed2 (diff) | |
download | egawk-7ff43db76864b12449ea4fe00c14a6bef4c98596.tar.gz egawk-7ff43db76864b12449ea4fe00c14a6bef4c98596.tar.bz2 egawk-7ff43db76864b12449ea4fe00c14a6bef4c98596.zip |
Update pc/Makefile.tst.
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/Makefile.tst | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 366f5f09..33b52914 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2021-10-20 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.tst: Regenerated. + 2021-10-13 Arnold D. Robbins <arnold@skeeve.com> * Makefile.tst: Regenerated. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index d0991201..4c66285d 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -206,7 +206,7 @@ GAWK_EXT_TESTS = \ printfbad1 printfbad2 printfbad3 printfbad4 printhuge procinfs \ profile0 profile1 profile2 profile3 profile4 profile5 profile6 \ profile7 profile8 profile9 profile10 profile11 profile12 profile13 \ - profile14 profile15 pty1 pty2 rebuf regexsub regnul1 regnul2 \ + profile14 profile15 profile16 pty1 pty2 rebuf regexsub regnul1 regnul2 \ regx8bit reginttrad reint reint2 rsgetline rsglstdin rsstart1 \ rsstart2 rsstart3 rstest6 sandbox1 shadow shadowbuiltin sortfor \ sortfor2 sortu sourcesplit split_after_fpat splitarg4 strftfld \ @@ -267,7 +267,7 @@ NEED_POSIX = escapebrace printf0 posix2008sub paramasfunc1 paramasfunc2 muldimpo # List of tests that need --pretty-print NEED_PRETTY = nsprof1 nsprof2 \ profile4 profile5 profile8 profile9 profile10 profile11 profile13 \ - profile14 profile15 + profile14 profile15 profile16 # List of tests that need --re-interval @@ -3152,6 +3152,11 @@ profile15: @AWKPATH="$(srcdir)" $(AWK) -f $@.awk --pretty-print=_$@ >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ +profile16: + @echo $@ + @AWKPATH="$(srcdir)" $(AWK) -f $@.awk --pretty-print=_$@ >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ + regexsub: @echo $@ @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ |