aboutsummaryrefslogtreecommitdiff
path: root/build_test.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-10-28 01:07:53 +0100
committerGitHub <noreply@github.com>2021-10-28 01:07:53 +0100
commitb780c797beb726839e99e3f4054f9b4c33331cdc (patch)
tree019aed772e8204149727afb0841f9043a7084eda /build_test.mk
parent6c507afcf212165dd5f3c3f6c026b517295c5090 (diff)
downloadqmk_firmware-b780c797beb726839e99e3f4054f9b4c33331cdc.tar.gz
qmk_firmware-b780c797beb726839e99e3f4054f9b4c33331cdc.zip
Migrate makefile utilities to sub-directory (#14917)
Diffstat (limited to 'build_test.mk')
-rw-r--r--build_test.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/build_test.mk b/build_test.mk
index dd66a008e..8f1ff1e84 100644
--- a/build_test.mk
+++ b/build_test.mk
@@ -4,7 +4,8 @@ endif
4 4
5.DEFAULT_GOAL := all 5.DEFAULT_GOAL := all
6 6
7include common.mk 7include paths.mk
8include $(BUILDDEFS_PATH)/message.mk
8 9
9TARGET=test/$(TEST) 10TARGET=test/$(TEST)
10 11
@@ -52,7 +53,7 @@ include tests/$(TEST)/rules.mk
52endif 53endif
53 54
54include common_features.mk 55include common_features.mk
55include generic_features.mk 56include $(BUILDDEFS_PATH)/generic_features.mk
56include $(TMK_PATH)/common.mk 57include $(TMK_PATH)/common.mk
57include $(QUANTUM_PATH)/debounce/tests/rules.mk 58include $(QUANTUM_PATH)/debounce/tests/rules.mk
58include $(QUANTUM_PATH)/sequencer/tests/rules.mk 59include $(QUANTUM_PATH)/sequencer/tests/rules.mk