summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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/ $@