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:
Jordan Yates 2023-07-19 21:38:49 +10:00 committed by Fabio Baltieri
commit b65ac5b9e0

View file

@ -1 +1,2 @@
# Empty
# Required to force 2 stage linking
CONFIG_DEVICE_DEPS=y