aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-01-28 07:46:40 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-01-28 07:46:40 +0200
commitd76d65ed295dc3d8e64e248e7537d30932c327d7 (patch)
tree64f81aefc6961e4036d107db1ac49e924cab2e81 /test
parentcd64f695ec51f4f9e67cc0380d30b429e1be298b (diff)
downloadegawk-d76d65ed295dc3d8e64e248e7537d30932c327d7.tar.gz
egawk-d76d65ed295dc3d8e64e248e7537d30932c327d7.tar.bz2
egawk-d76d65ed295dc3d8e64e248e7537d30932c327d7.zip
Make building a working tarball work again.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.in2
3 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index b05c2896..e7bddcd3 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-28 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (EXTRA_DIST): Add profile9.awk and profile9.ok.
+
2016-01-14 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (aryprm9): New test.
diff --git a/test/Makefile.am b/test/Makefile.am
index 02748c18..2147d34b 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -776,6 +776,8 @@ EXTRA_DIST = \
profile7.ok \
profile8.awk \
profile8.ok \
+ profile9.awk \
+ profile9.ok \
prt1eval.awk \
prt1eval.ok \
prtoeval.awk \
diff --git a/test/Makefile.in b/test/Makefile.in
index f76b4d59..927be043 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1033,6 +1033,8 @@ EXTRA_DIST = \
profile7.ok \
profile8.awk \
profile8.ok \
+ profile9.awk \
+ profile9.ok \
prt1eval.awk \
prt1eval.ok \
prtoeval.awk \