* 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(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index d09d10e..5672585 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-08-03 Stefano Lattarini <[email protected]> + 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 <[email protected]> + testsuite: list "forgotten" test script in Makefile.am * tests/Makefile.am (TESTS): Also list the test script `parallel-tests-no-color-in-log.test'; it had been introduced in diff --git a/tests/Makefile.am b/tests/Makefile.am index be2d16a..ca12154 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 0a91947..eef410f 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 \ -- 1.7.2.3
