1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 05:23:50 +01:00
2019-08-06 12:05:52 +02:00

11 lines
183 B
Makefile

include ../Makefile.tests_common
USEMODULE += log_printfnoformat
TEST_ON_CI_WHITELIST += all
# Enable debug log level
CFLAGS += -DLOG_LEVEL=4
include $(RIOTBASE)/Makefile.include