mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
81e9603981
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.
14 lines
254 B
Makefile
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
|