zephyr/tests/drivers/rtc/rtc_api/src
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
..
main.c
test_alarm_callback.c tests: rtc: rename shadow variables 2023-08-22 11:39:58 +02:00
test_alarm.c tests: rtc: rename shadow variables 2023-08-22 11:39:58 +02:00
test_calibrate.c tests: drivers: rtc: zassert_true -> zassert_equal 2023-07-12 09:26:16 +02:00
test_time_incrementing.c tests: drivers: rtc: zassert_true -> zassert_equal 2023-07-12 09:26:16 +02:00
test_time.c tests: drivers: rtc: zassert_true -> zassert_equal 2023-07-12 09:26:16 +02:00
test_update_callback.c tests/drivers/rtc/rtc_api: Patch 64-bit arch support for test 2023-08-09 07:27:40 -04:00
test_y2k.c tests: rtc_api: Update y2k test to allow unknown values 2023-10-27 10:53:19 +02:00