UNPKG
stats-analysis
Version:
latest (2.0.0)
2.0.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
Engineering statistics and data analysis
github.com/alyssaq/stats-analysis
alyssaq/stats-analysis
stats-analysis
/
Makefile
13 lines
(11 loc)
•
189 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
MOCHA_OPTS= --check-leaks TESTS = test.js REPORTER ?= list
test:
@./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\ --growl \ --ui tdd\
$(MOCHA_OPTS)
\
$(TESTS)
.PHONY
: test