diff options
| author | Balz Guenat | 2021-11-20 18:06:08 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-20 18:06:08 +0100 |
| commit | 32215d5bff52262542a2f8d2a221b0303f02c019 (patch) | |
| tree | 4f788b0302cdda37e5f3f7165c236a3b9d85e19a /testlist.mk | |
| parent | d11d2459ce3840a4549533d1a2136044d1fa7e19 (diff) | |
Rework encoders to enable asymmetric split keyboards (#12090)
Co-authored-by: Balz Guenat <balz.guenat@siemens.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'testlist.mk')
| -rw-r--r-- | testlist.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testlist.mk b/testlist.mk index faff4d201c..cff784dad6 100644 --- a/testlist.mk +++ b/testlist.mk @@ -2,6 +2,7 @@ TEST_LIST = $(notdir $(patsubst %/rules.mk,%,$(wildcard $(ROOT_DIR)/tests/*/rule FULL_TESTS := $(TEST_LIST) include $(QUANTUM_PATH)/debounce/tests/testlist.mk +include $(QUANTUM_PATH)/encoder/tests/testlist.mk include $(QUANTUM_PATH)/sequencer/tests/testlist.mk include $(PLATFORM_PATH)/test/testlist.mk |