commit | b65ac5b9e012ab83bcaae4a8077d50cd7bb31a5a | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Wed Jul 19 21:38:49 2023 +1000 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Jul 25 15:58:06 2023 +0000 |
tree | 783d8437f6311f333332714f49a544af66359569 | |
parent | 50d42dcdb25437b6119fef49d50bfd3089a8ffd4 [diff] |
tests: misc: check_init_priorities: force two stage linking Add `CONFIG_DEVICE_DEPS` to force two stage linking, otherwise the following check means the test never runs: ``` if (TARGET zephyr_pre1) add_dependencies(zephyr_pre1 check_init_priorities_output) endif() ``` Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>