MantisBT - CMake
View Issue Details
0014162CMakeCTestpublic2013-05-22 08:582013-10-07 10:09
Micha Renner 
 
normalmajoralways
closedno change required 
Windows 8Windows 88
CMake 2.8.11 
 
0014162: ADD_TEST does not work
ADD_TEST produces this error message:
error 1 error MSB3073: The command "setlocal
"C:\Program Files (x86)\CMake 2.8\bin\ctest.exe" --force-new-ctest-process -C Debug
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd" was cancelled with code 8. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets 134 5 RUN_TESTS



IDE:
Microsoft Visual Studio Express 2012 for Windows Desktop
Version 11.0.60315.01 Update 2
No tags attached.
Issue History
2013-05-22 08:58Micha RennerNew Issue
2013-05-22 16:11Brad KingNote Added: 0033117
2013-05-27 09:49Micha RennerNote Added: 0033135
2013-05-28 09:17Brad KingStatusnew => resolved
2013-05-28 09:17Brad KingResolutionopen => no change required
2013-10-07 10:09Robert MaynardNote Added: 0034064
2013-10-07 10:09Robert MaynardStatusresolved => closed

Notes
(0033117)
Brad King   
2013-05-22 16:10   
On Windows 8 with VS 2012 update 2 I just checked out CMake master (3db29d27) and built with CMake 2.8.11. I can right-click on the RUN_TESTS target and it starts running the tests (which pass).
(0033135)
Micha Renner   
2013-05-27 09:49   
You are right. So this can be closed.
(0034064)
Robert Maynard   
2013-10-07 10:09   
Closing resolved issues that have not been updated in more than 4 months.