Commit e06c977b by Dane Springmeyer

we need to call npm test otherwise the 'big.db' will not be created

parent d02f5c3b
......@@ -33,13 +33,8 @@ rebuild:
@make clean
@make
ifndef only
test:
@PATH="./node_modules/mocha/bin:${PATH}" && NODE_PATH="./lib:$(NODE_PATH)" mocha -R spec
else
test:
@PATH="./node_modules/mocha/bin:${PATH}" && NODE_PATH="./lib:$(NODE_PATH)" mocha -R spec test/${only}.test.js
endif
npm test
check: test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment