Actually test for correct key presses
This commit is contained in:
parent
fb95d86b39
commit
bd1729d5be
6 changed files with 100 additions and 8 deletions
|
@ -22,7 +22,8 @@ $(TEST)_SRC= \
|
|||
$(TMK_COMMON_SRC) \
|
||||
$(QUANTUM_SRC) \
|
||||
tests/test_common/matrix.c \
|
||||
tests/test_common/test_driver.cpp
|
||||
tests/test_common/test_driver.cpp \
|
||||
tests/test_common/keyboard_report_util.cpp
|
||||
$(TEST)_DEFS=$(TMK_COMMON_DEFS)
|
||||
$(TEST)_CONFIG=$(TEST_PATH)/config.h
|
||||
VPATH+=$(TOP_DIR)/tests/test_common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue