UNPKG
b
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
0.0.1
0.0.0
Benchmarks for Node.js.
github.com/vesln/b
vesln/b
b
/
Makefile
10 lines
(7 loc)
•
144 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
TESTS = test/*.test.js REPORTER = dot
test:
@NODE_ENV=test ./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\
$(TESTS)
.PHONY
: test