diff options
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ChangeLog | 2 | ||||
-rw-r--r-- | pc/Makefile.tst | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 675ebbf2..7b6bc9f7 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,4 +1,4 @@ -2021-12-08 Andrew J. Schorr <aschorr@telemetry-investments.com> +2022-01-05 Arnold D. Robbins <arnold@skeeve.com> * Makefile.tst: Regenerated. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 4d4b1252..5caf38cc 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -203,7 +203,7 @@ GAWK_EXT_TESTS = \ modifiers muldimposix nastyparm negtime next nondec nondec2 \ nonfatal1 nonfatal2 nonfatal3 nsawk1a nsawk1b nsawk1c nsawk2a \ nsawk2b nsbad nsbad_cmd nsforloop nsfuncrecurse nsindirect1 \ - nsindirect2 nsprof1 nsprof2 octdec patsplit posix printfbad1 \ + nsidentifier nsindirect2 nsprof1 nsprof2 octdec patsplit posix printfbad1 \ printfbad2 printfbad3 printfbad4 printhuge procinfs profile0 \ profile1 profile10 profile11 profile12 profile13 profile14 \ profile15 profile16 profile2 profile3 profile4 profile5 profile6 \ @@ -3071,6 +3071,11 @@ nsindirect1: @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ +nsidentifier: + @echo $@ + @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ + nsindirect2: @echo $@ @-AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ |