lovely time savings running tests in parallel via 'prove'. Thanks Perl land!

This commit is contained in:
Trent Mick 2016-02-12 15:04:32 -08:00
parent c8f6c05bf4
commit 6397c8bade
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ test-unit:
test-integration:
NODE_NDEBUG= ./node_modules/.bin/tape test/integration/*.test.js
.PHONY: test-in-parallel
test-in-parallel:
NODE_NDEBUG= prove -j15 -e ./node_modules/.bin/tape \
test/unit/*.test.js test/integration/*.test.js
.PHONY: clean
clean::
rm -f triton-*.tgz