aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-02-11 11:49:30 +0200
committerArnold D. Robbins <arnold@skeeve.com>2022-02-11 11:49:30 +0200
commitb87591663bee924970860dbe7ab62e37103ae7c6 (patch)
tree3b02d0e43ee0066b82ffc7942a877f8fbba70689 /test/Makefile.am
parent7d2e5e782f93fff222024a896e041fb21b17a3b7 (diff)
parent255f50dd5427a17e5277a30d98b0a1c5eaec6001 (diff)
downloadegawk-b87591663bee924970860dbe7ab62e37103ae7c6.tar.gz
egawk-b87591663bee924970860dbe7ab62e37103ae7c6.tar.bz2
egawk-b87591663bee924970860dbe7ab62e37103ae7c6.zip
Merge branch 'master' into feature/readall
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 ca4920fe..ddca3f59 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -191,6 +191,8 @@ EXTRA_DIST = \
clos1way6.ok \
closebad.awk \
closebad.ok \
+ close_status.awk \
+ close_status.ok \
clsflnam.awk \
clsflnam.in \
clsflnam.ok \
@@ -1407,7 +1409,8 @@ BASIC_TESTS = \
aryprm2 aryprm3 aryprm4 aryprm5 aryprm6 aryprm7 aryprm8 aryprm9 \
arysubnm aryunasgn asgext awkpath assignnumfield assignnumfield2 \
back89 backgsub badassign1 badbuild callparam childin clobber \
- closebad clsflnam compare compare2 concat1 concat2 concat3 concat4 \
+ closebad close_status clsflnam compare compare2 concat1 concat2 \
+ concat3 concat4 \
concat5 convfmt datanonl defref delargv delarpm2 delarprm delfunc \
dfacheck2 dfamb1 dfastress dynlj escapebrace eofsplit eofsrc1 \
exit2 exitval1 exitval2 exitval3 fcall_exit fcall_exit2 fldchg \