diff options
Diffstat (limited to 'testlist.mk')
-rw-r--r-- | testlist.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testlist.mk b/testlist.mk index cff784dad..d2bb571be 100644 --- a/testlist.mk +++ b/testlist.mk | |||
@@ -1,5 +1,5 @@ | |||
1 | TEST_LIST = $(notdir $(patsubst %/rules.mk,%,$(wildcard $(ROOT_DIR)/tests/*/rules.mk))) | 1 | TEST_LIST = $(sort $(patsubst %/test.mk,%, $(shell find $(ROOT_DIR)tests -type f -name test.mk))) |
2 | FULL_TESTS := $(TEST_LIST) | 2 | FULL_TESTS := $(notdir $(TEST_LIST)) |
3 | 3 | ||
4 | include $(QUANTUM_PATH)/debounce/tests/testlist.mk | 4 | include $(QUANTUM_PATH)/debounce/tests/testlist.mk |
5 | include $(QUANTUM_PATH)/encoder/tests/testlist.mk | 5 | include $(QUANTUM_PATH)/encoder/tests/testlist.mk |