]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: move CheckListOfTests.am into tests/
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Jan 2012 12:40:21 +0000 (13:40 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Jan 2012 12:40:21 +0000 (13:40 +0100)
After the previous change 'v1.11-660-gfbeda3d', the makefile
fragment 'CheckListOfTests.am' is used only by the Makefile.am
in 'tests'; so keeping them two nearer makes sense.  It also help
in reducing potential confusion, since (after that same change)
the whole Automake testsuite is expected to be (and remain)
contained into the 'tests' subdirectory.

* CheckListOfTests.am: Move ...
* tests/CheckListOfTests.am: ... to this.
* tests/Makefile.am (include): Adjust.

tests/CheckListOfTests.am [moved from CheckListOfTests.am with 100% similarity]
tests/Makefile.am

index 4939aab972499f3a145d456352c4272d4070bb82..eab45dcea4a40899a50a6cf0cce7c007e65cbbff 100644 (file)
@@ -134,7 +134,7 @@ check_SCRIPTS = defs aclocal-$(APIVERSION) automake-$(APIVERSION)
 
 ## Checking the list of tests.
 test_subdirs = . pm
-include $(top_srcdir)/CheckListOfTests.am
+include $(srcdir)/CheckListOfTests.am
 maintainer-check-list-of-tests: $(parallel_tests)
 
 clean-local: clean-local-check