zephyr/tests/drivers/rtc/rtc_api/prj.conf
Bjarki Arge Andreasen ac697d153d tests/drivers/rtc: Add unit tests for RTC devices
This test suite adds tests for the following:

- Setting and getting time
- Validating time is incrementing correctly
- Validating behavior of alarms with callback disabled
- Validating behavior of alarms with callback enabled
- Validating update callback

The test suite uses the devicetree  alias rtc to find
the device to test.

Signed-off-by: Bjarki Arge Andreasen <baa@trackunit.com>
2023-04-04 17:03:38 +02:00

7 lines
133 B
Plaintext

# Copyright (c) 2022 Bjarki Arge Andreasen
# SPDX-License-Identifier: Apache-2.0
CONFIG_RTC=y
CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y