summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-02-23 02:59:41 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-02-23 02:59:41 +0100
commitd17e5c4f938b94dc445f1c5d0c27c6576cea15d5 (patch)
tree79487772841c83232e891f90452d4664066b351b
parent3f09b91d1277a78c87510419208220a92698fbb2 (diff)
downloadacl-d17e5c4f938b94dc445f1c5d0c27c6576cea15d5.tar.gz
Add top-level nfs-tests and root-tests targets
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 730d8b3..f7b39e2 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,6 @@ realclean distclean: clean
rm -f $(LDIRT) $(CONFIGURE)
rm -rf autom4te.cache Logs
-.PHONY: tests
-tests: default
- $(MAKE) -C test/ tests
+.PHONY: tests root-tests nfs-tests
+tests root-tests nfs-tests: default
+ $(MAKE) -C test/ $@