From: Stefano Lattarini Date: Wed, 3 Aug 2011 13:52:05 +0000 (+0200) Subject: testsuite: remove duplicated mention of a test in Makefile.am X-Git-Tag: ng-0.5a~89^2~154^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9fc781cf7ddeab662e331c12d664d4b6ec2e8ad;p=thirdparty%2Fautomake.git testsuite: remove duplicated mention of a test in Makefile.am * tests/Makefile.am (tap_other_tests): Remove `tap-empty.test', it is already listed in `$(tap_with_common_setup_tests)'. --- diff --git a/ChangeLog b/ChangeLog index 5d2757311..6896b40ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-03 Stefano Lattarini + + testsuite: remove duplicated mention of a test in Makefile.am + * tests/Makefile.am (tap_other_tests): Remove `tap-empty.test', + it is already listed in `$(tap_with_common_setup_tests)'. + 2011-08-03 Stefano Lattarini testsuite: one more use of TAP in our own tests diff --git a/tests/Makefile.am b/tests/Makefile.am index 43ada56a1..a7a1339aa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1188,7 +1188,6 @@ tap-bad-prog.tap \ tap-basic.test \ tap-doc.test \ tap-doc2.test \ -tap-empty.test \ tap-more.test \ tap-more2.test \ tap-recheck.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 9052c93cb..57bb2aa0a 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1421,7 +1421,6 @@ tap-bad-prog.tap \ tap-basic.test \ tap-doc.test \ tap-doc2.test \ -tap-empty.test \ tap-more.test \ tap-more2.test \ tap-recheck.test \