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: ...@@ -33,13 +33,8 @@ rebuild:
@make clean @make clean
@make @make
ifndef only
test: test:
@PATH="./node_modules/mocha/bin:${PATH}" && NODE_PATH="./lib:$(NODE_PATH)" mocha -R spec npm test
else
test:
@PATH="./node_modules/mocha/bin:${PATH}" && NODE_PATH="./lib:$(NODE_PATH)" mocha -R spec test/${only}.test.js
endif
check: 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