From 05088171d107f4b904e41c308be493efa4e08670 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 3 Aug 2011 16:09:18 +0200 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ tests/Makefile.am | 1 + tests/Makefile.in | 1 + 3 files changed, 10 insertions(+) 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 \ -- 2.47.3