zephyr/tests
Jordan Yates b65ac5b9e0 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>
2023-07-25 15:58:06 +00:00
..
application_development tests: code_relocation: support mr_canhubk3 boards 2023-07-14 09:38:43 +02:00
arch dts: Move to 'zephyr,memory-attr' 2023-07-25 11:22:10 +02:00
benchmarks test: Enhance benchmark latency reporting 2023-07-19 17:51:36 -04:00
bluetooth bluetooth: tester: Add commands to add and delete virtual addresses 2023-07-25 15:26:36 +02:00
boards inte_adsp: ipc: prevent ipc message send during Device power transition 2023-06-22 06:14:57 -04:00
boot tests: boot: mcuboot_recovery_retention: Fix configuration issue 2023-07-20 15:13:49 +00:00
bsim Bluetooth: mesh: Update default values for transport SAR configuration 2023-07-19 11:07:07 +00:00
cmake tests: snippets: Rework the snippet test 2023-05-25 21:51:26 +02:00
crypto tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
drivers input: remove cap1203 kscan-like state report 2023-07-25 11:25:51 +02:00
kernel tests: kernel: device: test sub-priority 2023-07-25 15:58:06 +00:00
lib tests: lib: devicetree: api: test DT_DEP_ORD_STR_SORTABLE 2023-07-25 15:58:06 +00:00
misc tests: misc: check_init_priorities: force two stage linking 2023-07-25 15:58:06 +00:00
net tests: net: if: Add tests to verify net_if_ipv4/6_addr_foreach() 2023-07-25 14:18:54 +02:00
posix pthread: test: facilitate dynamically allocated thread stacks 2023-07-24 12:59:43 -04:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys Revert "tests: pm: update power domain behaviour" 2023-07-25 14:17:11 +02:00
unit include: util: Add DIV_ROUND_CLOSEST helper 2023-07-21 10:49:41 +00:00
ztest tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
test_config.yaml