Makefile: add test/application
This commit is contained in:
parent
93f1bce66f
commit
5467f98558
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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/* \
|
||||
|
|
Loading…
Reference in a new issue