* tests/list-of-tests.mk: Add various test scripts that are in the git repository but weren't correctly listed in $(TESTS). The inconsistency had been caused by botched/incomplete merges, and revealed by the "maintainer-check-list-of-tests" target. --- ChangeLog | 8 ++++++++ tests/Makefile.in | 12 ++++++++++++ tests/list-of-tests.mk | 8 ++++++++ 3 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 6db7821..4b3c711 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-10-20 Stefano Lattarini <stefano.lattar...@gmail.com> + + fixup: add forgotten test scripts to $(TESTS) + * tests/list-of-tests.mk: Add various test scripts that are in + the git repository but weren't correctly listed in $(TESTS). + The inconsistency had been caused by botched/incomplete merges, + and revealed by the "maintainer-check-list-of-tests" target. + 2011-10-18 Stefano Lattarini <stefano.lattar...@gmail.com> tests: fix spurious failure with FreeBSD make and Yacc in VPATH diff --git a/tests/Makefile.in b/tests/Makefile.in index e6b0552..3226126 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -632,14 +632,18 @@ dirlist.test \ dirlist2.test \ dirlist-abspath.test \ discover.test \ +dist-auxdir-many-subdirs.test \ dist-auxfile-2.test \ dist-auxfile.test \ dist-included-parent-dir.test \ +dist-readonly.test \ +dist-repeated.test \ distcleancheck.test \ distcom2.test \ distcom3.test \ distcom4.test \ distcom5.test \ +distcom-subdir.test \ distdir.test \ distlinks.test \ distlinksbrk.test \ @@ -911,6 +915,7 @@ missing3.test \ missing4.test \ missing5.test \ missing6.test \ +missing-auxfile-stops-makefiles-creation.test \ mkinstall.test \ mkinst2.test \ mkinst3.test \ @@ -1006,6 +1011,8 @@ testsuite-summary-color.test \ testsuite-summary-count.test \ testsuite-summary-count-many.test \ testsuite-summary-reference-log.test \ +test-driver-acsubst.test \ +test-driver-cond.test \ test-driver-custom-no-extra-driver.test \ test-driver-custom.test \ test-driver-custom-xfail-tests.test \ @@ -1252,6 +1259,7 @@ subpkg.test \ subpkg2.test \ subpkg3.test \ subpkg4.test \ +subpkg-yacc.test \ subst.test \ subst3.test \ subst4.test \ @@ -1559,6 +1567,8 @@ check_testsuite_summary_TESTS = \ use_trivial_test_driver_TESTS = \ testsuite-summary-count-many.test \ + test-driver-acsubst.test \ + test-driver-cond.test \ test-driver-custom-multitest.test \ test-driver-custom-multitest-recheck.test \ test-driver-custom-multitest-recheck2.test \ @@ -2135,6 +2145,8 @@ testsuite-summary-count-many.log: extract-testsuite-summary testsuite-summary-color.log: testsuite-summary-checks.sh testsuite-summary-count.log: testsuite-summary-checks.sh testsuite-summary-count-many.log: trivial-test-driver +test-driver-acsubst.log: trivial-test-driver +test-driver-cond.log: trivial-test-driver test-driver-custom-multitest.log: trivial-test-driver test-driver-custom-multitest-recheck.log: trivial-test-driver test-driver-custom-multitest-recheck2.log: trivial-test-driver diff --git a/tests/list-of-tests.mk b/tests/list-of-tests.mk index a60b2f2..ff7b39b 100644 --- a/tests/list-of-tests.mk +++ b/tests/list-of-tests.mk @@ -308,14 +308,18 @@ dirlist.test \ dirlist2.test \ dirlist-abspath.test \ discover.test \ +dist-auxdir-many-subdirs.test \ dist-auxfile-2.test \ dist-auxfile.test \ dist-included-parent-dir.test \ +dist-readonly.test \ +dist-repeated.test \ distcleancheck.test \ distcom2.test \ distcom3.test \ distcom4.test \ distcom5.test \ +distcom-subdir.test \ distdir.test \ distlinks.test \ distlinksbrk.test \ @@ -587,6 +591,7 @@ missing3.test \ missing4.test \ missing5.test \ missing6.test \ +missing-auxfile-stops-makefiles-creation.test \ mkinstall.test \ mkinst2.test \ mkinst3.test \ @@ -682,6 +687,8 @@ testsuite-summary-color.test \ testsuite-summary-count.test \ testsuite-summary-count-many.test \ testsuite-summary-reference-log.test \ +test-driver-acsubst.test \ +test-driver-cond.test \ test-driver-custom-no-extra-driver.test \ test-driver-custom.test \ test-driver-custom-xfail-tests.test \ @@ -928,6 +935,7 @@ subpkg.test \ subpkg2.test \ subpkg3.test \ subpkg4.test \ +subpkg-yacc.test \ subst.test \ subst3.test \ subst4.test \ -- 1.7.2.3