automake-patches
[Top][All Lists]
Advanced

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

[PATCH 2/4] Add forgotten test scripts to $(TESTS)


From: Stefano Lattarini
Subject: [PATCH 2/4] Add forgotten test scripts to $(TESTS)
Date: Fri, 11 Dec 2009 15:26:10 +0100
User-agent: KMail/1.12.1 (Linux/2.6.30-2-686; KDE/4.3.2; i686; ; )

This patch adds the test scripts `acoutbs2.test', `badopt.test' and
`extra2.test' to $(TESTS).  These files should have been listed in
$(TESTS) from their creation, but for whatever reason (oversight?)
they weren't.

Example: commit f854b32d5d9f5b654828f73c6b5a8195fb44ab47, done
by Tom Tromey at Dec 1 20:35:52 1996, should have added `extra2.test'
to $(TESTS), but it didn't.

Same goes with:
 - badopt.test, commit 663ab7c8ebb111eb9905c6e7a8205fad4d43a552
 - acoutbs2.test, commit  b9c56835676a2618366a60b482f60959678eb6f5
   (it was named `acouttbs2.test' back then)
From 4027a53617da5470178671ef1f257d622e091861 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Fri, 11 Dec 2009 12:41:07 +0100
Subject: [PATCH 2/4] Add forgotten test scripts to $(TESTS).

* tests/Makefile.am (TESTS): Added test scripts present on the
filesystem, which were erronneously left out from $(TESTS):
acoutbs2.test, badopt.test, extra2.test.
(XFAIL_TESTS): Added acoutbs2.test.
---
 ChangeLog         |    8 ++++++++
 tests/Makefile.am |    4 ++++
 tests/Makefile.in |    4 ++++
 3 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6b3df00..1239972 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-12-11  Stefano Lattarini  <address@hidden>
 
+       Add forgotten test scripts to $(TESTS).
+       * tests/Makefile.am (TESTS): Added test scripts present on the
+       filesystem, which were erronneously left out from $(TESTS):
+       acoutbs2.test, badopt.test, extra2.test.
+       (XFAIL_TESTS): Added acoutbs2.test.
+
+2009-12-11  Stefano Lattarini  <address@hidden>
+
        maintainer-check: check consistency of list of test scripts.
        * Makefile.am (maintainer-check-list-of-tests): New target.
        (maintainer-check): Added dependency from new target
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fcf5f0e..35dc69a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,7 @@
 ## Process this file with automake to create Makefile.in
 
 XFAIL_TESTS =                                  \
+acoutbs2.test                                  \
 all.test                                       \
 auxdir2.test                                   \
 cond17.test                                    \
@@ -50,6 +51,7 @@ acoutpt.test \
 acoutpt2.test \
 acoutqnl.test \
 acoutbs.test \
+acoutbs2.test \
 acsilent.test \
 acsubst.test \
 acsubst2.test \
@@ -92,6 +94,7 @@ backsl2.test \
 backsl3.test \
 backsl4.test \
 badline.test \
+badopt.test \
 badprog.test \
 block.test \
 bsource.test \
@@ -287,6 +290,7 @@ ext.test \
 ext2.test \
 ext3.test \
 extra.test \
+extra2.test \
 extra3.test \
 extra4.test \
 extra5.test \
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 12c39a3..30721f0 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -234,6 +234,7 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 XFAIL_TESTS = \
+acoutbs2.test                                  \
 all.test                                       \
 auxdir2.test                                   \
 cond17.test                                    \
@@ -291,6 +292,7 @@ acoutpt.test \
 acoutpt2.test \
 acoutqnl.test \
 acoutbs.test \
+acoutbs2.test \
 acsilent.test \
 acsubst.test \
 acsubst2.test \
@@ -333,6 +335,7 @@ backsl2.test \
 backsl3.test \
 backsl4.test \
 badline.test \
+badopt.test \
 badprog.test \
 block.test \
 bsource.test \
@@ -528,6 +531,7 @@ ext.test \
 ext2.test \
 ext3.test \
 extra.test \
+extra2.test \
 extra3.test \
 extra4.test \
 extra5.test \
-- 
1.6.5


reply via email to

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