UNPKG
xzdoc
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Generate your documentation.
github.com/Yggdrasill-7C9/xzdoc
Yggdrasill-7C9/xzdoc
xzdoc
/
Makefile
11 lines
(8 loc)
•
201 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
TESTS = test/*.js REPORTER = spec TIMEOUT = 5000 MOCHA = ./node_modules/mocha/bin/mocha
test:
@npm install @
$(MOCHA)
--reporter
$(REPORTER)
--timeout
$(TIMEOUT)
$(MOCHA_OPTS)
$(TESTS)
.PHONY
: test