summaryrefslogtreecommitdiffstats
path: root/Tests/EnforceConfig.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Re-enable new 'testing' test modeBrad King2009-01-051-15/+0
| | | | | This fixes selection of a configuration when none is specified to find an available configuration of the ctest test-command.
* BUG: Fix new 'testing' test for CMake releasesBrad King2008-12-181-0/+15
The recent change of the 'testing' test to actually drive the tests within it does not work on Windows with released CMakes 2.6.2 and lower if no configuration is given to ctest with a -C option. This works around the problem by detecting the case and changing the empty configuration to Debug.