summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTestAllGenerators
Commit message (Collapse)AuthorAgeFilesLines
* Ensure libgmp-10.dll is in the PATH for CMakeTestAllGeneratorsDavid Cole2011-07-291-0/+22
| | | | | | | | But only if it exists at the default location: C:/MinGW/bin/libgmp-10.dll This is so that the pop-up dialog about not being able to load that dll does not hang the test when there's nobody watching.
* Add test of all cmake -G generators. Ignore any errors from this as not all ↵David Cole2009-10-221-0/+95
generators are expected to be usable on all machines. Help to increase coverage of the various generators and cmake.cxx itself.