1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 14:32:45 +01:00
RIOT/sys/test_utils/result_output/Makefile.include
2021-03-12 16:20:33 +01:00

10 lines
390 B
Makefile

ifneq (,$(filter test_utils_result_output_json,$(USEMODULE)))
INCLUDES += -I$(RIOTBASE)/sys/test_utils/result_output/json
endif
ifneq (,$(filter test_utils_result_output_txt,$(USEMODULE)))
INCLUDES += -I$(RIOTBASE)/sys/test_utils/result_output/txt
endif
ifneq (,$(filter test_utils_result_output_check,$(USEMODULE)))
INCLUDES += -I$(RIOTBASE)/sys/test_utils/result_output/check
endif