Makefile: add test/application

master
Jonathan Ong 2013-11-13 18:41:24 -08:00
parent 93f1bce66f
commit 5467f98558
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ test:
@NODE_ENV=test ./node_modules/.bin/mocha \
--require should \
--harmony-generators \
test/application \
test/context/* \
test/request/* \
test/response/* \