summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2014-12-17 20:34:21 +0700
committerFedor Indutny <fedor@indutny.com>2014-12-17 20:45:37 +0700
commitb7d247856e318a830eff7e2d12495008c1c80ae3 (patch)
tree78a7bf71876adbd7abc67504e9dc550229867826 /Makefile
parent0e19476595729c850f07befea93e864822cd8459 (diff)
downloadandroid-node-v8-b7d247856e318a830eff7e2d12495008c1c80ae3.tar.gz
android-node-v8-b7d247856e318a830eff7e2d12495008c1c80ae3.tar.bz2
android-node-v8-b7d247856e318a830eff7e2d12495008c1c80ae3.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 114d198c9e..b4360326c3 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ distclean:
-rm -rf node_modules
test: all
- $(PYTHON) tools/test.py --mode=release message parallel sequential
+ $(PYTHON) tools/test.py --mode=release message parallel sequential -J
$(MAKE) jslint
$(MAKE) cpplint