summaryrefslogtreecommitdiff
path: root/testsuite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r--testsuite/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile
index 401e30a590..6ad34393fc 100644
--- a/testsuite/Makefile
+++ b/testsuite/Makefile
@@ -11,15 +11,29 @@ ifneq "$(MAKECMDGOALS)" "maintainer-clean"
include $(TOP)/mk/boilerplate.mk
+.PHONY: all boot test verbose accept fast list_broken
+
boot:
$(MAKE) -C $(TOP)/timeout all
all:
$(MAKE) -C $(TOP)/tests all
+test:
+ $(MAKE) -C $(TOP)/tests test
+
+verbose:
+ $(MAKE) -C $(TOP)/tests verbose
+
+accept:
+ $(MAKE) -C $(TOP)/tests accept
+
fast:
$(MAKE) -C $(TOP)/tests fast
+list_broken:
+ $(MAKE) -C $(TOP)/tests list_broken
+
endif
endif
endif