From f57cdd3114eeb049c2b0b06b5c67d22ac9f9c127 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Mon, 19 Sep 2016 02:51:01 -0400 Subject: [PATCH] dummy commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ff195a..38e6a7e 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: clean-stress ## Remove targets and build artifacts ## Testing .PHONY: test mocha -test mocha: test.js ## Run test suite +test mocha: test.js $(TARGET) ## Run test suite mocha -R spec -t 20000 .PHONY: stress ## Run stress tests