From: Stefano Lattarini Date: Tue, 3 May 2011 17:19:13 +0000 (+0200) Subject: tests: add forgotten test scripts to $(TESTS) X-Git-Tag: ng-0.5a~185^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bf2c888e0eeb7db4da4b50eefe055ba8b3060f4;p=thirdparty%2Fautomake.git 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). --- 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 \