summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile14
-rw-r--r--testsuite/mk/test.mk2
2 files changed, 15 insertions, 1 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
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk
index 0229cfd5b3..42022cd958 100644
--- a/testsuite/mk/test.mk
+++ b/testsuite/mk/test.mk
@@ -241,7 +241,7 @@ TESTS =
TEST =
WAY =
-.PHONY: all boot test verbose accept fast
+.PHONY: all boot test verbose accept fast list_broken
all: test