Browse Source

`make test` ignores server.js

v1.x
Tj Holowaychuk 14 years ago
parent
commit
a216253f26
  1. 3
      Makefile

3
Makefile

@ -1,7 +1,8 @@
test:
@./support/expresso/bin/expresso \
-I lib
-I lib \
test/*.test.js
benchmark:
@node examples/benchmark.js

Loading…
Cancel
Save