diff options
Diffstat (limited to 'build_test.mk')
-rw-r--r-- | build_test.mk | 5 |
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 | ||
7 | include common.mk | 7 | include paths.mk |
8 | include $(BUILDDEFS_PATH)/message.mk | ||
8 | 9 | ||
9 | TARGET=test/$(TEST) | 10 | TARGET=test/$(TEST) |
10 | 11 | ||
@@ -52,7 +53,7 @@ include tests/$(TEST)/rules.mk | |||
52 | endif | 53 | endif |
53 | 54 | ||
54 | include common_features.mk | 55 | include common_features.mk |
55 | include generic_features.mk | 56 | include $(BUILDDEFS_PATH)/generic_features.mk |
56 | include $(TMK_PATH)/common.mk | 57 | include $(TMK_PATH)/common.mk |
57 | include $(QUANTUM_PATH)/debounce/tests/rules.mk | 58 | include $(QUANTUM_PATH)/debounce/tests/rules.mk |
58 | include $(QUANTUM_PATH)/sequencer/tests/rules.mk | 59 | include $(QUANTUM_PATH)/sequencer/tests/rules.mk |