A testsuite bug discovered by the recently introduced (in 'testsuite-work' branch) 'maintainer-check-list-of-tests' target.
Applied to a temporary bugfixing branch, merged back into master, and pushed. Regards, Stefano
From 6bf2c888e0eeb7db4da4b50eefe055ba8b3060f4 Mon Sep 17 00:00:00 2001 Message-Id: <6bf2c888e0eeb7db4da4b50eefe055ba8b3060f4.1304443306.git.stefano.lattar...@gmail.com> From: Stefano Lattarini <[email protected]> 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(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index e39dc11..5b06ee9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-05-03 Stefano Lattarini <[email protected]> + + 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 <[email protected]> Improve and extend tests on man pages support. diff --git a/tests/Makefile.am b/tests/Makefile.am index da81c49..802911a 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 eb461a9..e3bd713 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 \ -- 1.7.2.3
