From a1e77caf20a62b14d549307a73131fedb9c0f696 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 18 Jan 2012 13:40:21 +0100 Subject: [PATCH] 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. --- CheckListOfTests.am => tests/CheckListOfTests.am | 0 tests/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CheckListOfTests.am => tests/CheckListOfTests.am (100%) 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 -- 2.47.2