From 5467f98558c13340a752c575fcc45db257387b6c Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Wed, 13 Nov 2013 18:41:24 -0800 Subject: [PATCH] Makefile: add test/application --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a86a7ee..c7052e7 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ test: @NODE_ENV=test ./node_modules/.bin/mocha \ --require should \ --harmony-generators \ + test/application \ test/context/* \ test/request/* \ test/response/* \