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 32375e68a4c3bfbd5cfc12c0b9b588d51fcbd53c Mon Sep 17 00:00:00 2001 From: Stefano Lattarini <stefano.lattar...@gmail.com> Date: Fri, 25 Dec 2009 23:19:23 +0100 Subject: [PATCH 2/6] Add forgotten test scripts to $(TESTS). * tests/Makefile.am (TESTS): Added test scripts present on the filesystem, which were erroneously left out from $(TESTS): acoutbs2.test, badopt.test, extra2.test. (XFAIL_TESTS): Added acoutbs2.test. --- ChangeLog | 6 ++++++ tests/Makefile.am | 4 ++++ tests/Makefile.in | 4 ++++ 3 files changed, 14 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7777d57..39ac8da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-12-25 Stefano Lattarini <stefano.lattar...@gmail.com> + Add forgotten test scripts to $(TESTS). + * tests/Makefile.am (TESTS): Added test scripts present on the + filesystem, which were erroneously left out from $(TESTS): + acoutbs2.test, badopt.test, extra2.test. + (XFAIL_TESTS): Added acoutbs2.test. + Maint-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