X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=testlist.mk;h=d949fb3eae0157beea9dc858ebfd72f5d28c2416;hb=685d4c2f9754e22de3b68379cfc959197495c0aa;hp=1884d6d3f6c4338e80119b077961f43cba32de6d;hpb=6da0eb2b2b70d7b2c5bb1f7c6898f7d9a275ceea;p=qmk_firmware.git 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