From: Stefano Lattarini Date: Sun, 17 Jan 2010 13:15:15 +0000 (+0100) Subject: Add forgotten test scripts to $(TESTS). X-Git-Tag: v1.11.1b~97^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c51b2a79b83c546c68916245cc18b620cec4e3;p=thirdparty%2Fautomake.git 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. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 4337cd940..1b3ac7565 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-01-17 Stefano Lattarini + + 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. + 2010-01-17 Ralf Wildenhues Sync auxiliary files from upstream. diff --git a/tests/Makefile.am b/tests/Makefile.am index 73011dcdc..f06701aaa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to create Makefile.in # Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,6 +17,7 @@ # along with this program. If not, see . XFAIL_TESTS = \ +acoutbs2.test \ all.test \ auxdir2.test \ cond17.test \ @@ -66,6 +67,7 @@ acoutpt.test \ acoutpt2.test \ acoutqnl.test \ acoutbs.test \ +acoutbs2.test \ acsilent.test \ acsubst.test \ acsubst2.test \ @@ -108,6 +110,7 @@ backsl2.test \ backsl3.test \ backsl4.test \ badline.test \ +badopt.test \ badprog.test \ block.test \ bsource.test \ @@ -297,6 +300,7 @@ exsource.test \ ext.test \ ext2.test \ extra.test \ +extra2.test \ extra3.test \ extra4.test \ extra5.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index b45e26ed5..d8feddf8a 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -16,7 +16,7 @@ @SET_MAKE@ # Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -243,6 +243,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 \ @@ -300,6 +301,7 @@ acoutpt.test \ acoutpt2.test \ acoutqnl.test \ acoutbs.test \ +acoutbs2.test \ acsilent.test \ acsubst.test \ acsubst2.test \ @@ -342,6 +344,7 @@ backsl2.test \ backsl3.test \ backsl4.test \ badline.test \ +badopt.test \ badprog.test \ block.test \ bsource.test \ @@ -531,6 +534,7 @@ exsource.test \ ext.test \ ext2.test \ extra.test \ +extra2.test \ extra3.test \ extra4.test \ extra5.test \