summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-18 15:51:18 +0200
committerJim Meyering <meyering@redhat.com>2008-04-21 00:02:00 +0200
commitb214b51ca01f4b81f4381aa7ac7c3dba2911d588 (patch)
treee2744526e52840d979a3dd61c86489719a3f580d /Makefile.am
parent512e111a926fedbd7dc7b0875ab837dbb7d2a7a6 (diff)
downloadcoreutils-b214b51ca01f4b81f4381aa7ac7c3dba2911d588.tar.xz
tests: clean up root tests; adapt to new layout
* tests/Makefile.am (root_tests): New list. (check-root): Add 'SUBDIRS='. (root-hint): Point to README. * Makefile.am (check-root): Add 'SUBDIRS=' here, too. * maint.mk (sc_root_tests): Adapt rule to new syntax used in tests/Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 91ce28491..14f777ecb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ ACLOCAL_AMFLAGS = -I m4
# Some tests always need root privileges, others need them only sometimes.
check-root:
- cd tests && $(MAKE) $@
+ cd tests && $(MAKE) $@ SUBDIRS=
# Just prior to distribution, ...
# transform the automake-generated rule that runs `rm -f rm'.