mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-07 00:11:44 +01:00
Revert "[Tests] Increase QMK test coverage (#13789)"
This reverts commit b6054c0206.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
TEST_LIST = $(sort $(patsubst %/test.mk,%, $(shell find $(ROOT_DIR)tests -type f -name test.mk)))
|
||||
FULL_TESTS := $(notdir $(TEST_LIST))
|
||||
TEST_LIST = $(notdir $(patsubst %/rules.mk,%,$(wildcard $(ROOT_DIR)/tests/*/rules.mk)))
|
||||
FULL_TESTS := $(TEST_LIST)
|
||||
|
||||
include $(QUANTUM_PATH)/debounce/tests/testlist.mk
|
||||
include $(QUANTUM_PATH)/encoder/tests/testlist.mk
|
||||
|
||||
Reference in New Issue
Block a user