* tests/Makefile.am (tap_other_tests): Remove `tap-empty.test', it is already listed in `$(tap_with_common_setup_tests)'. --- ChangeLog | 6 ++++++ tests/Makefile.am | 1 - tests/Makefile.in | 1 - 3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 5d27573..6896b40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-08-03 Stefano Lattarini <[email protected]> + 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 <[email protected]> + testsuite: one more use of TAP in our own tests * tests/tap-bad-prog.test, tests/tap-bad-prog2.test: Merged into ... diff --git a/tests/Makefile.am b/tests/Makefile.am index 43ada56..a7a1339 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 9052c93..57bb2aa 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 \ -- 1.7.2.3
