X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=build_test.mk;h=cac2cba509268b80fbc197947f0f38f3a341f3d2;hb=d686c0ea43d6a9db7768da64ee54c3ba25c018f7;hp=609b094affd151ca4f546e376944d02e41dd037c;hpb=d29906cb64f3c49da43c209ce341e577278e5fad;p=qmk_firmware.git diff --git a/build_test.mk b/build_test.mk index 609b094af..cac2cba50 100644 --- a/build_test.mk +++ b/build_test.mk @@ -42,6 +42,11 @@ 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)),)