X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=blobdiff_plain;f=build_test.mk;h=cac2cba509268b80fbc197947f0f38f3a341f3d2;hp=4d532e5bd154aa8917cb5431f0ea40c08d7b74b7;hb=aee67854769feee7e94edd90686178d89946a7ee;hpb=8674f9c466906c18349490f954c84e501fe3ccb6 diff --git a/build_test.mk b/build_test.mk index 4d532e5bd..cac2cba50 100644 --- a/build_test.mk +++ b/build_test.mk @@ -40,7 +40,13 @@ VPATH +=\ all: elf VPATH += $(COMMON_VPATH) +PLATFORM:=TEST +ifneq ($(filter $(FULL_TESTS),$(TEST)),) +include tests/$(TEST)/rules.mk +endif + +include common_features.mk include $(TMK_PATH)/common.mk include $(QUANTUM_PATH)/serial_link/tests/rules.mk ifneq ($(filter $(FULL_TESTS),$(TEST)),)