zephyr/tests/drivers/rtc/rtc_api
Bjarki Arge Andreasen a0b9d018b4 tests: rtc_api: Update y2k test to allow unknown values
Some RTCs don't support the tm_yday and/or tm_wday fields
of the struct rtc_time structure. These RTCs must set the
values of the fields to -1 if they are not supported, and
the test must be able to handle this correctly. This commit
adds an exception to the tm_yday and tm_wday fields allowing
them to be set to -1.

Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>
2023-10-27 10:53:19 +02:00
..
boards tests/drivers/rtc: Add qemu_x86_64 board to test suite 2023-08-09 07:27:40 -04:00
src tests: rtc_api: Update y2k test to allow unknown values 2023-10-27 10:53:19 +02:00
CMakeLists.txt tests: drivers: rtc: add a y2k test 2023-06-21 08:20:45 -04:00
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
testcase.yaml tests/drivers/rtc: Add qemu_x86_64 board to test suite 2023-08-09 07:27:40 -04:00