Files
arcs/arcs-sdk/modules/cpputest/makeVS2008.bat
2026-08-13 16:50:52 +08:00

10 lines
344 B
Batchfile

rem ****
rem * Command line build - For CppUTest - Run from CppUTest directory
rem *
rem * this path works on my machine
rem ****PATH=C:\Windows\Microsoft.NET\Framework\v3.5;c:\windows;c:\windows\system32
msbuild /t:rebuild /verbosity:quiet CppUTest_VS2008.sln
set test_exe=tests\Debug\AllTests.exe
if exist %test_exe% %test_exe% -v