File: makeVS201x.bat

package info (click to toggle)
cpputest 3.8-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,148 kB
  • sloc: cpp: 25,675; sh: 4,726; ansic: 1,113; makefile: 734; ruby: 676; xml: 8; sed: 1
file content (9 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
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\v4.0.30319;c:\windows\system32;c:\windows
msbuild /t:rebuild /verbosity:quiet CppUTest_VS201x.sln
set test_exe=tests\Debug\AllTests.exe
if exist %test_exe% %test_exe% -v