summaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2013-04-23 04:42:04 +0800
committerShenghou Ma <minux.ma@gmail.com>2013-04-23 04:42:04 +0800
commitcfd8751bc79c3ffd654c89b91ce9494bd39dde23 (patch)
tree3928006e092b6edbb6d97a72d3e8aaad421436cc /src/run.bat
parent18da152dbde9bac99d908ec70463fb243a6610ea (diff)
downloadgo-cfd8751bc79c3ffd654c89b91ce9494bd39dde23.tar.gz
misc/cgo/testso: enable test on windows
Depends on CL 8715043 and CL 8676050. Fixes issue 5273. R=alex.brainman, r CC=gobot, golang-dev https://codereview.appspot.com/8764043
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/run.bat b/src/run.bat
index 02d19d6c7..c7b9b9c5a 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -87,6 +87,14 @@ echo # ..\misc\cgo\test
go test ..\misc\cgo\test
if errorlevel 1 goto fail
echo.
+
+echo # ..\misc\cgo\testso
+cd ..\misc\cgo\testso
+set FAIL=0
+call test.bat
+cd ..\..\..\src
+if %FAIL%==1 goto fail
+echo.
:nocgo
echo # ..\doc\progs