automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} tests: add forgotten test scripts to $(TESTS)


From: Stefano Lattarini
Subject: [FYI] {master} tests: add forgotten test scripts to $(TESTS)
Date: Tue, 3 May 2011 19:22:57 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

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: <address@hidden>
From: Stefano Lattarini <address@hidden>
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  <address@hidden>
+
+       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  <address@hidden>
 
        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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]