| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The former duplicates code that is now part of the infrastructure in the
latter. The latter can also explicitly verify the results.
|
| |
|
|
|
|
| |
s/CMAKE_TEST_GENERATOR/CMAKE_GENERATOR/g
|
|
|
|
|
| |
Collect all ctest_configure options in a list to configure it into the
test script. Drop the unused -DCMAKE_MAKE_PROGRAM argument to ctest.
|
|
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.
|