Makefile: add test/application

This commit is contained in:
Jonathan Ong 2013-11-13 18:41:24 -08:00
parent 93f1bce66f
commit 5467f98558

View file

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