summaryrefslogtreecommitdiffstats
path: root/Tests/CTestBuildCommandProjectInSubdir
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variablesBrad King2014-03-031-1/+1
| | | | s/CMAKE_TEST_GENERATOR/CMAKE_GENERATOR/g
* Tests: Simplify CTest.BuildCommand.ProjectInSubdir configurationBrad King2013-11-181-1/+1
| | | | | Collect all ctest_configure options in a list to configure it into the test script. Drop the unused -DCMAKE_MAKE_PROGRAM argument to ctest.
* ctest_build: Pass projectDir to GenerateBuildCommandPetr Kmoch2013-04-121-0/+12
This allows the ctest_build command's TARGET option to name a target in a subdirectory and still build properly with msbuild. Add test case covering use of ctest_build() with such a TARGET.