Add basic infrastrucure for building full tests
This commit is contained in:
parent
621ae42a6c
commit
30f22d450d
7 changed files with 75 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
TEST_LIST = $(notdir $(patsubst %/rules.mk,%,$(wildcard $(ROOT_DIR)/tests/*/rules.mk)))
|
||||
FULL_TESTS := $(TEST_LIST)
|
||||
|
||||
include $(ROOT_DIR)/quantum/serial_link/tests/testlist.mk
|
||||
|
||||
define VALIDATE_TEST_LIST
|
||||
|
@ -10,4 +13,5 @@ define VALIDATE_TEST_LIST
|
|||
endif
|
||||
endef
|
||||
|
||||
|
||||
$(eval $(call VALIDATE_TEST_LIST,$(firstword $(TEST_LIST)),$(wordlist 2,9999,$(TEST_LIST))))
|
Loading…
Add table
Add a link
Reference in a new issue