1
0
Fork 0

Add basic infrastrucure for building full tests

This commit is contained in:
Fred Sundvik 2017-06-16 20:21:28 +03:00
parent 621ae42a6c
commit 30f22d450d
7 changed files with 75 additions and 1 deletions

View file

@ -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))))