1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_backup_ram/Makefile
Benjamin Valentin 81e9603981 tests/periph_backup_ram: disable test_utils_interactive_sync
The `periph_backup_ram` test expects the CPU to enter Deep Sleep, wake up
(causing a CPU reset) increment a counter and go back to sleep.

Introducing a requirement on interaction after reset breaks the test.
2019-12-05 22:44:46 +01:00

14 lines
254 B
Makefile

include ../Makefile.tests_common
FEATURES_REQUIRED = backup_ram
USEMODULE += pm_layered
USEMODULE += periph_rtc
USEMODULE += xtimer
DISABLE_MODULE += test_utils_interactive_sync
CFLAGS += -DLOG_LEVEL=LOG_WARNING
include $(RIOTBASE)/Makefile.include