Skip to content
  • Sergey Bobrenok's avatar
    add_test: Add COMMAND_EXPAND_LISTS option · e791ffac
    Sergey Bobrenok authored and Brad King's avatar Brad King committed
    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
    e791ffac