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>
This commit is contained in:
parent
50d42dcdb2
commit
b65ac5b9e0
1 changed files with 2 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
# Empty
|
||||
# Required to force 2 stage linking
|
||||
CONFIG_DEVICE_DEPS=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue