aboutsummaryrefslogtreecommitdiff
path: root/build_test.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-10-17 22:37:48 +0100
committerGitHub <noreply@github.com>2021-10-17 22:37:48 +0100
commitbd2f8ab88a8d1598cde47d3238ae8a49f1d7fbf9 (patch)
treed029505cd77fbf9a549017dbe28ef181632c226b /build_test.mk
parentbb80b2a40cd37042b25c721033c531f8c8d0cb16 (diff)
downloadqmk_firmware-bd2f8ab88a8d1598cde47d3238ae8a49f1d7fbf9.tar.gz
qmk_firmware-bd2f8ab88a8d1598cde47d3238ae8a49f1d7fbf9.zip
Infer more when building features (#13890)
Diffstat (limited to 'build_test.mk')
-rw-r--r--build_test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_test.mk b/build_test.mk
index 96487c01f..dd66a008e 100644
--- a/build_test.mk
+++ b/build_test.mk
@@ -52,6 +52,7 @@ include tests/$(TEST)/rules.mk
52endif 52endif
53 53
54include common_features.mk 54include common_features.mk
55include generic_features.mk
55include $(TMK_PATH)/common.mk 56include $(TMK_PATH)/common.mk
56include $(QUANTUM_PATH)/debounce/tests/rules.mk 57include $(QUANTUM_PATH)/debounce/tests/rules.mk
57include $(QUANTUM_PATH)/sequencer/tests/rules.mk 58include $(QUANTUM_PATH)/sequencer/tests/rules.mk