diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-01-05 21:39:18 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-01-05 21:39:18 +0200 |
commit | 8cde2e44a252ac2d80ec3f539d9c2157e8aea33e (patch) | |
tree | 66f4829c40c7b5bce3c530e9b91e9985afcc898b /pc/Makefile.tst | |
parent | b52237743955ece2c890aeb0959c03e70e3175e3 (diff) | |
parent | 7388d79e02299193e991b6714c3b3c5314191154 (diff) | |
download | egawk-8cde2e44a252ac2d80ec3f539d9c2157e8aea33e.tar.gz egawk-8cde2e44a252ac2d80ec3f539d9c2157e8aea33e.tar.bz2 egawk-8cde2e44a252ac2d80ec3f539d9c2157e8aea33e.zip |
Merge branch 'master' into feature/readall
Diffstat (limited to 'pc/Makefile.tst')
-rw-r--r-- | pc/Makefile.tst | 7 |
1 files changed, 6 insertions, 1 deletions
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: $$? >>_$@ |