aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <nicolas@nobis-crew.org>2015-01-13 20:14:43 -0800
committerGravatar Nicolas "Pixel" Noble <nicolas@nobis-crew.org>2015-01-13 20:14:43 -0800
commit80d68c09c4ca7769c6c667eefa22769f37fac76d (patch)
treeb7f8b295805a3d688413061f9feaf040f21c0e5c /vsprojects/vs2013
parent848e74441e1cdfe027290e1daf286e243f4b22c1 (diff)
Fixing test_config.c
Now all the gpr tests build and run under win32.
Diffstat (limited to 'vsprojects/vs2013')
-rw-r--r--vsprojects/vs2013/build_and_run_tests.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprojects/vs2013/build_and_run_tests.bat b/vsprojects/vs2013/build_and_run_tests.bat
index 06e9776d86..3e36dcf600 100644
--- a/vsprojects/vs2013/build_and_run_tests.bat
+++ b/vsprojects/vs2013/build_and_run_tests.bat
@@ -5,7 +5,7 @@
@rem Build the library dependencies first
MSBuild.exe gpr.vcxproj /p:Configuration=Debug
-MSBuild.exe grpc_test_util.vcxproj /p:Configuration=Debug
+MSBuild.exe gpr_test_util.vcxproj /p:Configuration=Debug
mkdir test_bin