summaryrefslogtreecommitdiff
path: root/build_test.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-11-27 03:19:22 -0800
committerGitHub <noreply@github.com>2021-11-27 22:19:22 +1100
commitb3fc33faf79a0af332f4725693623112ecad86d1 (patch)
treecae724e7f43bc105a06b2d223cd66159ffe5ebfc /build_test.mk
parent4d0dd1eab78c7f2af40a84a34da12a2a8398fda9 (diff)
Re-add encoder tests (#15312)
Co-authored-by: Balz Guenat <balz.guenat@gmail.com>
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 a5d63adab4..136a0455f0 100644
--- a/build_test.mk
+++ b/build_test.mk
@@ -58,6 +58,7 @@ include $(BUILDDEFS_PATH)/generic_features.mk
include $(PLATFORM_PATH)/common.mk
include $(TMK_PATH)/protocol.mk
include $(QUANTUM_PATH)/debounce/tests/rules.mk
+include $(QUANTUM_PATH)/encoder/tests/rules.mk
include $(QUANTUM_PATH)/sequencer/tests/rules.mk
include $(PLATFORM_PATH)/test/rules.mk
ifneq ($(filter $(FULL_TESTS),$(TEST)),)