summaryrefslogtreecommitdiffstats
path: root/Tests/CTestBuildCommandProjectInSubdir
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Move CTest.BuildCommand.ProjectInSubdir into RunCMake.ctest_buildBrad King2022-02-041-11/+0
| | | | | The former duplicates code that is now part of the infrastructure in the latter. The latter can also explicitly verify the results.
* Remove unnecessary CTEST_PROJECT_NAME variablesRegina Pfeifer2018-11-201-1/+0
|
* 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.