commit | 483c76759df9c520fea8df1663a2a0199c8808d6 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Mon Mar 31 12:00:20 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Apr 04 14:56:39 2025 +0200 |
tree | d764c1642ede1c7b534636627c197b9e5885361d | |
parent | da45a76fcea4d0ed9688f564b26b1ce8854b639a [diff] |
scripts: support quoted sysbuild Kconfig settings in twister Kconfig settings of string type is passed to CMake with quotes to ensure they are properly handled, for example when specified in testcase.yml as > extra_args: > - CONFIG_FOO="bar" Support sysbuild Kconfig settings `SB_CONFIG` by performing the same quoting for settings starting with `SB_CONFIG_`. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>