summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-02-23 02:09:11 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-02-23 02:09:11 +0100
commit8fd7497a555e6010f7bd5a012ab256655cd4a90c (patch)
treef674c03293966249f01f80d953a7c999b0d74457
parentfc56f01affe5e7589065860a2de49b3c4f9d61ea (diff)
downloadattr-8fd7497a555e6010f7bd5a012ab256655cd4a90c.tar.gz
Add top-level ext-tests and root-tests targets
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 45a1c53..7d2faad 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,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 ext-tests
+tests root-tests ext-tests: default
+ $(MAKE) -C test/ $@