From: Stefano Lattarini Date: Wed, 18 Jan 2012 12:40:21 +0000 (+0100) Subject: cosmetics: move CheckListOfTests.am into tests/ X-Git-Tag: v1.11.2b~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1e77caf20a62b14d549307a73131fedb9c0f696;p=thirdparty%2Fautomake.git cosmetics: move CheckListOfTests.am into tests/ 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. --- diff --git a/CheckListOfTests.am b/tests/CheckListOfTests.am similarity index 100% rename from CheckListOfTests.am rename to tests/CheckListOfTests.am diff --git a/tests/Makefile.am b/tests/Makefile.am index 4939aab97..eab45dcea 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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