diff options
Diffstat (limited to 'testsuite/Makefile')
-rw-r--r-- | testsuite/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile index 6ad34393fc..661769b891 100644 --- a/testsuite/Makefile +++ b/testsuite/Makefile @@ -11,7 +11,7 @@ ifneq "$(MAKECMDGOALS)" "maintainer-clean" include $(TOP)/mk/boilerplate.mk -.PHONY: all boot test verbose accept fast list_broken +.PHONY: all boot test verbose accept fast slow list_broken boot: $(MAKE) -C $(TOP)/timeout all @@ -31,6 +31,9 @@ accept: fast: $(MAKE) -C $(TOP)/tests fast +slow: + $(MAKE) -C $(TOP)/tests slow + list_broken: $(MAKE) -C $(TOP)/tests list_broken |