summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-01-18 13:40:21 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-01-18 13:40:21 +0100
commita1e77caf20a62b14d549307a73131fedb9c0f696 (patch)
treec01d6c1672578df65d7724d4fa7ad50240883fda
parentfbeda3da9d12736b3dcc6d1e11e9f2f09cf4ce96 (diff)
downloadautomake-a1e77caf20a62b14d549307a73131fedb9c0f696.tar.gz
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.
-rw-r--r--tests/CheckListOfTests.am (renamed from CheckListOfTests.am)0
-rw-r--r--tests/Makefile.am2
2 files changed, 1 insertions, 1 deletions
diff --git a/CheckListOfTests.am b/tests/CheckListOfTests.am
index c71c7fc0d..c71c7fc0d 100644
--- a/CheckListOfTests.am
+++ b/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