UNPKG
node-wcc
Version:
latest (0.0.1)
0.0.1
https://gitorious.org/+wcc-dev/qt-creator/wcc-qt-creator
node-wcc
/
Makefile
9 lines
(5 loc)
•
135 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
REPORTER = spec
test: test-unit
test-unit:
/usr/local/bin/mocha --reporter
$(REPORTER)
test/*.js -t 9000000
.PHONY
: test test-unit