From: Stefano Lattarini Date: Wed, 3 Aug 2011 14:09:18 +0000 (+0200) Subject: testsuite: list another "forgotten" test script in Makefile.am X-Git-Tag: ng-0.5a~89^2~153^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05088171d107f4b904e41c308be493efa4e08670;p=thirdparty%2Fautomake.git testsuite: list another "forgotten" test script in Makefile.am * tests/Makefile.am (TESTS): Also list test script `test-driver-trs-suffix-registered.test'; it had been introduced in commit `v1.11-910-g0c81b43', but by mistake it wasn't added to the list of tests in the Makefile back then. --- diff --git a/ChangeLog b/ChangeLog index d09d10e36..567258585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-08-03 Stefano Lattarini + + testsuite: list another "forgotten" test script in Makefile.am + * tests/Makefile.am (TESTS): Also list test script + `test-driver-trs-suffix-registered.test'; it had been introduced + in commit `v1.11-910-g0c81b43', but by mistake it wasn't added + to the list of tests in the Makefile back then. + 2011-08-03 Stefano Lattarini testsuite: list "forgotten" test script in Makefile.am diff --git a/tests/Makefile.am b/tests/Makefile.am index be2d16ad4..ca1215443 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -756,6 +756,7 @@ test-driver-custom-html.test \ test-driver-custom-no-html.test \ test-driver-create-log-dir.test \ test-driver-strip-vpath.test \ +test-driver-trs-suffix-registered.test \ test-driver-fail.test \ test-log.test \ test-metadata-global-log.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 0a9194718..eef410f21 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1010,6 +1010,7 @@ test-driver-custom-html.test \ test-driver-custom-no-html.test \ test-driver-create-log-dir.test \ test-driver-strip-vpath.test \ +test-driver-trs-suffix-registered.test \ test-driver-fail.test \ test-log.test \ test-metadata-global-log.test \