test: run tests in parallel, common improvements
authorFedor Indutny <fedor@indutny.com>
Wed, 17 Dec 2014 13:34:21 +0000 (20:34 +0700)
committerFedor Indutny <fedor@indutny.com>
Wed, 17 Dec 2014 13:45:37 +0000 (20:45 +0700)
commitb7d247856e318a830eff7e2d12495008c1c80ae3
tree78a7bf71876adbd7abc67504e9dc550229867826
parent0e19476595729c850f07befea93e864822cd8459
test: run tests in parallel, common improvements

* Allow running tests in mixed parallel/sequential modes
* Add -J flag for running tests on all available CPUs
* Support TEST_THREAD_ID in test/common.js and use it for tmpDir and PORT
* make: use -J flag

Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: https://github.com/iojs/io.js/pull/172
Fix: iojs/io.js#139
.gitignore
Makefile
test/common.js
test/testpy/__init__.py
tools/test.py
vcbuild.bat