Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Provide guidance when an invalid -G option is given | Gerald Combs | 2015-04-10 | 1 | -1/+3 |
| | | | | | | | Print a list of generators if no generator or an invalid one is supplied. Signed-off-by: Gerald Combs <gerald@wireshark.org> | ||||
* | Tests: Move more command line tests into RunCMake.CommandLine | Brad King | 2015-04-10 | 1 | -0/+1 |
Port most CMakeTestBadCommandLines test cases to RunCMake.CommandLine and drop the former test. Add validation of expected results, which was not done by the old test. |