zephyr/tests/kernel/device
Kumar Gala 658151da3e tests: device: tweak test to test linker sorting
There was a linker script change the broke the sorting such that
priority 2 and 20 would not necessary get sorted correctly.  Modify
the test to try and catch any such issues in the future.

We modify the DEVICE_DEFINE of the larger priority first, so if the
linker isn't sorting it would get linked first in theory, and we also
tweak the priority value from 4 to 20 so if we aren't sorting correctly
between 2 and 20 we'll catch that.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-26 11:25:01 -04:00
..
src tests: device: tweak test to test linker sorting 2021-03-26 11:25:01 -04:00
app.overlay
CMakeLists.txt
prj.conf
testcase.yaml tests: kernel: Add missing kernel tag to tests 2021-03-05 14:52:55 -05:00