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 \
--require should \
--harmony-generators \
test/application \
test/context/* \
test/request/* \
test/response/* \