Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Re-enable new 'testing' test mode | Brad King | 2009-01-05 | 1 | -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 releases | Brad King | 2008-12-18 | 1 | -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. |