]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - build_full_test.mk
Added ECO keyboard folder and configuration files. Also added my (That-Canadian)...
[qmk_firmware.git] / build_full_test.mk
index 67c1ca5e585c8aa694b3919d1954f588ee4b6e29..bfd89174de640af74bb676b71e8344563fc1fdc3 100644 (file)
@@ -23,7 +23,8 @@ $(TEST)_SRC= \
        $(QUANTUM_SRC) \
        tests/test_common/matrix.c \
        tests/test_common/test_driver.cpp \
-       tests/test_common/keyboard_report_util.cpp
+       tests/test_common/keyboard_report_util.cpp \
+       tests/test_common/test_fixture.cpp
 $(TEST)_DEFS=$(TMK_COMMON_DEFS)
 $(TEST)_CONFIG=$(TEST_PATH)/config.h
 VPATH+=$(TOP_DIR)/tests/test_common