summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-03-19 02:01:45 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2015-04-01 22:35:56 +0200
commit008078862ed0731f2d1e74fb4182b67a29b31589 (patch)
tree0da27d88397a3f3bdbe3e5f1db6a28a1b0f00dfd /vcbuild.bat
parent382bd9d2e0173569e551be4fc2702696190f5c1a (diff)
downloadandroid-node-v8-008078862ed0731f2d1e74fb4182b67a29b31589.tar.gz
android-node-v8-008078862ed0731f2d1e74fb4182b67a29b31589.tar.bz2
android-node-v8-008078862ed0731f2d1e74fb4182b67a29b31589.zip
deps: check in gtest, add util unit test
Check in a gypified gtest and add a simple unit test to show that the basic infrastructure is in place. PR-URL: https://github.com/iojs/io.js/pull/1199 Refs: https://github.com/iojs/io.js/issues/1193 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index aa5b1ed6a5..44d149d322 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -171,6 +171,8 @@ goto exit
if "%test_args%"=="" goto jslint
if "%config%"=="Debug" set test_args=--mode=debug %test_args%
if "%config%"=="Release" set test_args=--mode=release %test_args%
+echo running 'cctest'
+"%config%\cctest"
echo running 'python tools/test.py %test_args%'
python tools/test.py %test_args%
goto jslint