joyent/node-triton#225 improve 'make test-in-parallel'
This commit is contained in:
parent
3f24e06cf6
commit
057a784dc3
5
Makefile
5
Makefile
@ -37,8 +37,9 @@ test-integration:
|
|||||||
|
|
||||||
.PHONY: test-in-parallel
|
.PHONY: test-in-parallel
|
||||||
test-in-parallel:
|
test-in-parallel:
|
||||||
NODE_NDEBUG= prove -j15 -e ./node_modules/.bin/tape \
|
ls test/unit/*.test.js test/integration/*.test.js \
|
||||||
test/unit/*.test.js test/integration/*.test.js
|
| parallel ./node_modules/.bin/tape \
|
||||||
|
| ./node_modules/.bin/tap-summary --no-ansi --no-progress
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean::
|
clean::
|
||||||
|
@ -32,7 +32,8 @@
|
|||||||
"wordwrap": "1.0.0"
|
"wordwrap": "1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tape": "4.2.0"
|
"tape": "4.2.0",
|
||||||
|
"tap-summary": "3.0.2"
|
||||||
},
|
},
|
||||||
"main": "./lib",
|
"main": "./lib",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user