From 6aebf39c83de590de5dfd00cbe84152ee395b09d Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Thu, 5 Jan 2012 15:45:22 -0800 Subject: [PATCH] spec --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 18140b4..010581d 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,13 @@ ADDON = build/default/canvas.node +REPORTER = spec $(ADDON): src/*.cc node-waf configure build test: $(ADDON) @./node_modules/.bin/mocha \ + --reporter $(REPORTER) \ --ui exports \ --require should \ test/*.test.js