aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2019-04-22 16:09:09 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2019-04-22 16:09:09 -0400
commit9347fde4a80b9dc31d2ddfacb14630be5f23287c (patch)
tree86d9a68c6ada84034215e8d14a671d5efcf5f6fa /test/Makefile.am
parent27d44843c0963a91bd25cd462a05b96339ea16de (diff)
downloadegawk-9347fde4a80b9dc31d2ddfacb14630be5f23287c.tar.gz
egawk-9347fde4a80b9dc31d2ddfacb14630be5f23287c.tar.bz2
egawk-9347fde4a80b9dc31d2ddfacb14630be5f23287c.zip
Add another numeric field assignment test.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 1ca9ba0c..4a5ab2d2 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -127,6 +127,8 @@ EXTRA_DIST = \
assignnumfield.awk \
assignnumfield.in \
assignnumfield.ok \
+ assignnumfield2.awk \
+ assignnumfield2.ok \
awkpath.ok \
back89.awk \
back89.in \
@@ -1285,7 +1287,8 @@ BASIC_TESTS = \
addcomma anchgsub anchor argarray arrayind1 arrayind2 arrayind3 arrayparm \
arrayprm2 arrayprm3 arrayref arrymem1 arryref2 arryref3 arryref4 arryref5 \
arynasty arynocls aryprm1 aryprm2 aryprm3 aryprm4 aryprm5 aryprm6 aryprm7 \
- aryprm8 aryprm9 arysubnm aryunasgn asgext awkpath assignnumfield \
+ aryprm8 aryprm9 arysubnm aryunasgn asgext awkpath \
+ assignnumfield assignnumfield2 \
back89 backgsub badassign1 badbuild \
callparam childin clobber closebad clsflnam compare compare2 \
concat1 concat2 concat3 concat4 concat5 convfmt \