From a9556b92842b13ddf7f73a3a3b39893c009706b2 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 18 Apr 2014 09:11:01 -0400 Subject: Added TESTARGS for check target Allows passing arguments to mocha --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 019a10c..0be73b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,4 +30,5 @@ todo: test: check check: - @PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" mocha --recursive + @PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" \ + mocha --recursive $(TESTARGS) -- cgit v1.2.1