Skip to content

Commit e06c977

Browse files
author
Dane Springmeyer
committed
we need to call npm test otherwise the 'big.db' will not be created
1 parent d02f5c3 commit e06c977

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

+1-6
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,8 @@ rebuild:
3333
@make clean
3434
@make
3535

36-
ifndef only
3736
test:
38-
@PATH="./node_modules/mocha/bin:${PATH}" && NODE_PATH="./lib:$(NODE_PATH)" mocha -R spec
39-
else
40-
test:
41-
@PATH="./node_modules/mocha/bin:${PATH}" && NODE_PATH="./lib:$(NODE_PATH)" mocha -R spec test/${only}.test.js
42-
endif
37+
npm test
4338

4439
check: test
4540

0 commit comments

Comments
 (0)