mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/test_utils/result_output: add sort to multiple output check
This commit is contained in:
parent
45add49342
commit
dd47953178
@ -3,7 +3,7 @@ test_utils_result_output_check \
|
||||
test_utils_result_output_json \
|
||||
test_utils_result_output_txt
|
||||
|
||||
USED_TURO_OUTPUT_FORMAT := $(filter test_utils_result_output_%,$(USEMODULE))
|
||||
USED_TURO_OUTPUT_FORMAT := $(sort $(filter test_utils_result_output_%,$(USEMODULE)))
|
||||
|
||||
ifeq (0,$(words $(USED_TURO_OUTPUT_FORMAT)))
|
||||
USEMODULE += test_utils_result_output_json
|
||||
|
Loading…
Reference in New Issue
Block a user