Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Avoid using CMake{Output,Error}.log files | Brad King | 2023-01-18 | 1 | -1/+0 |
| | | | | These log files will soon go away, so avoid using them in tests. | ||||
* | add_test: Add COMMAND_EXPAND_LISTS option | Sergey Bobrenok | 2019-06-07 | 16 | -0/+105 |
Add a `COMMAND_EXPAND_LISTS` option to the `add_test` command to cause `;`-separated lists produced by generator expressions to be expanded into multiple arguments. The `add_custom_command` command already has such an option. Fixes: #17284 |