From 53dd65fa2ee6855baa3f541478a7fa9ed0285a74 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Sat, 8 Oct 2011 17:17:05 -0700 Subject: [PATCH] Add ispc_test to buildall.bat script --- buildall.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildall.bat b/buildall.bat index 99a07c83..8a5b22b8 100644 --- a/buildall.bat +++ b/buildall.bat @@ -8,10 +8,9 @@ REM Both the LLVM binaries and python need to be in the path set path=%LLVM_INSTALL_DIR%\bin;%PATH%;c:\cygwin\bin msbuild ispc.vcxproj /V:m /p:Platform=Win32 /p:Configuration=Release +msbuild ispc_test.vcxproj /V:m /p:Platform=Win32 /p:Configuration=Release msbuild examples\examples.sln /V:m /p:Platform=x64 /p:Configuration=Release /t:rebuild msbuild examples\examples.sln /V:m /p:Platform=x64 /p:Configuration=Debug /t:rebuild msbuild examples\examples.sln /V:m /p:Platform=Win32 /p:Configuration=Release /t:rebuild msbuild examples\examples.sln /V:m /p:Platform=Win32 /p:Configuration=Debug /t:rebuild - -