diff options
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/Makefile.in | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 8340cac4..1aafc32d 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2014-04-03 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add readfile2.ok. Oops. + 2014-03-27 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (readfile2): New test. diff --git a/test/Makefile.am b/test/Makefile.am index 23a6b626..3958dda8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -711,6 +711,7 @@ EXTRA_DIST = \ readdir.awk \ readdir0.awk \ readfile2.awk \ + readfile2.ok \ rebt8b1.awk \ rebt8b1.ok \ rebt8b2.awk \ diff --git a/test/Makefile.in b/test/Makefile.in index 3d05bd67..c02cafe8 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -957,6 +957,7 @@ EXTRA_DIST = \ readdir.awk \ readdir0.awk \ readfile2.awk \ + readfile2.ok \ rebt8b1.awk \ rebt8b1.ok \ rebt8b2.awk \ |