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