1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 00:33:16 +01:00
RIOT/tests/unittests/tests-rtc/Makefile.include

11 lines
291 B
Makefile

CFLAGS += -DRTC_NORMALIZE_COMPAT=1
USEMODULE += periph_rtc_common
# MSP-430's libc does not provide `mktime()` used by this test
FEATURES_BLACKLIST += arch_msp430
# AVR/ATmega uses `int8_t` for `struct tm` which leads to integer overflows
# in these tests
FEATURES_BLACKLIST += arch_avr8