1
0
Fork 0

Actually test for correct key presses

This commit is contained in:
Fred Sundvik 2017-06-17 18:18:15 +03:00
parent fb95d86b39
commit bd1729d5be
6 changed files with 100 additions and 8 deletions

View file

@ -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