From 98c580a00a88b5f313cbb6b4a8580ba388af8c78 Mon Sep 17 00:00:00 2001 From: Aaron Heckmann Date: Fri, 2 Nov 2012 12:12:25 -0700 Subject: [PATCH] tests; allow mocha options --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c88dbc7..e6337bd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: - @node_modules/mocha/bin/mocha + @node_modules/mocha/bin/mocha $(T) .PHONY: test