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 /test/Makefile.am | |
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 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 1fa8ad3f..16606b09 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -850,6 +850,8 @@ EXTRA_DIST = \ nsforloop.ok \ nsfuncrecurse.awk \ nsfuncrecurse.ok \ + nsidentifier.awk \ + nsidentifier.ok \ nsindirect1.awk \ nsindirect1.ok \ nsindirect2.awk \ @@ -1459,7 +1461,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 \ |