From 6bf2c888e0eeb7db4da4b50eefe055ba8b3060f4 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 3 May 2011 19:19:13 +0200 Subject: [PATCH] tests: add forgotten test scripts to $(TESTS) * tests/Makefile.am (TESTS): Added test scripts man[678].test, which have been present on the filesystem and in the repository, but which had erroneously been left out from $(TESTS). --- ChangeLog | 7 +++++++ tests/Makefile.am | 3 +++ tests/Makefile.in | 3 +++ 3 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index e39dc113b..5b06ee9d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-05-03 Stefano Lattarini + + tests: add forgotten test scripts to $(TESTS) + * tests/Makefile.am (TESTS): Added test scripts man[678].test, + which have been present on the filesystem and in the repository, + but which had erroneously been left out from $(TESTS). + 2010-11-08 Stefano Lattarini Improve and extend tests on man pages support. diff --git a/tests/Makefile.am b/tests/Makefile.am index da81c495d..802911a06 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -485,6 +485,9 @@ man2.test \ man3.test \ man4.test \ man5.test \ +man6.test \ +man7.test \ +man8.test \ mclean.test \ mdate.test \ mdate2.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index eb461a941..e3bd71356 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -752,6 +752,9 @@ man2.test \ man3.test \ man4.test \ man5.test \ +man6.test \ +man7.test \ +man8.test \ mclean.test \ mdate.test \ mdate2.test \ -- 2.47.2