summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-04-26 20:59:45 +1000
committerRod Vagg <rod@vagg.org>2015-04-27 12:14:12 +1000
commit547213913b2e1525c15968916452995ab14e2195 (patch)
tree263251bc34d0b80bcfccba43315e30ab66968a47 /vcbuild.bat
parent3bda6cbfa4a9bb073790d53bc14e85b6e575bbe5 (diff)
downloadandroid-node-v8-547213913b2e1525c15968916452995ab14e2195.tar.gz
android-node-v8-547213913b2e1525c15968916452995ab14e2195.tar.bz2
android-node-v8-547213913b2e1525c15968916452995ab14e2195.zip
test: adjust Makefile/test-ci, add to vcbuild.bat
PR-URL: https://github.com/iojs/io.js/pull/1530 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 44d149d322..2cf94ad5fd 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -52,6 +52,7 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok
if /i "%1"=="noperfctr" set noperfctr=1&goto arg-ok
if /i "%1"=="licensertf" set licensertf=1&goto arg-ok
if /i "%1"=="test" set test_args=%test_args% sequential parallel message -J&set jslint=1&goto arg-ok
+if /i "%1"=="test-ci" set test_args=%test_args% -p tap --logfile test.tap -J message sequential parallel&set jslint=1&goto arg-ok
if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok
if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok
if /i "%1"=="test-gc" set test_args=%test_args% gc&set buildnodeweak=1&goto arg-ok