]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: list some forgotten test cases in $(TESTS)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 16 Jan 2012 09:18:06 +0000 (10:18 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 16 Jan 2012 09:18:06 +0000 (10:18 +0100)
This way, they will be properly executed by "make check", and
properly distributed.  Our previous commit 'v1.11-647-g27f1a1c'
is already paying its dividends!

* tests/list-of-tests.mk (handwritten_TESTS): Add check12.test,
dist-missing-included-m4.test, dist-missing-am.test, and
dist-missing-m4.test.

tests/list-of-tests.mk

index efefbc567262862dd3a39586beccfae484db43ab..9d95e18581ebad2b409f1ec136ec74175736e724 100644 (file)
@@ -142,6 +142,7 @@ check8.test \
 check9.test \
 check10.test \
 check11.test \
+check12.test \
 check-exported-srcdir.test \
 check-tests-in-builddir.test \
 check-tests_environment.test \
@@ -302,6 +303,9 @@ discover.test \
 dist-auxfile.test \
 dist-auxfile-2.test \
 dist-included-parent-dir.test \
+dist-missing-am.test \
+dist-missing-included-m4.test \
+dist-missing-m4.test \
 distcleancheck.test \
 distcom2.test \
 distcom3.test \