diff options
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/Makefile.tst | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 0e0d60e6..01bd4587 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2021-09-06 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.tst: Regenerated. + 2021-05-15 Eli Zaretskii <eliz@gnu.org> * Makefile (DEFPATH): New variable, like in Makefile.am. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index b9572ba1..0894a057 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -226,7 +226,7 @@ GAWK_EXT_TESTS = \ symtab8 symtab9 symtab10 symtab11 \ timeout typedregex1 typedregex2 typedregex3 typedregex4 \ typedregex5 typedregex6 \ - typeof1 typeof2 typeof3 typeof4 typeof5 \ + typeof1 typeof2 typeof3 typeof4 typeof5 typeof6 \ watchpoint1 ARRAYDEBUG_TESTS = arrdbg @@ -3380,6 +3380,11 @@ typeof5: @AWKPATH="$(srcdir)" $(AWK) -f $@.awk < "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ +typeof6: + @echo $@ + @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ + double1: @echo $@ $(ZOS_FAIL) @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ |