summaryrefslogtreecommitdiff
path: root/testlist.mk
diff options
context:
space:
mode:
authorStick2017-06-22 13:06:30 -0500
committerStick2017-06-22 13:06:30 -0500
commitfa96d64f3761e6cd0661c63a3fc257b58c669be0 (patch)
tree85a7b88c4b1f3898c606af013a478db39dc392b5 /testlist.mk
parent4b50ab029d49830cf0efd0e5e0606cb39c8dabae (diff)
parent2b98ec67f3c2e0e408275ea6b2c90be2dbeada23 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'testlist.mk')
-rw-r--r--testlist.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/testlist.mk b/testlist.mk
index 1884d6d3f..d949fb3ea 100644
--- a/testlist.mk
+++ b/testlist.mk
@@ -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)))) \ No newline at end of file