summaryrefslogtreecommitdiffstats
path: root/build_full_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build_full_test.mk')
-rw-r--r--build_full_test.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_full_test.mk b/build_full_test.mk
index 67c1ca5e5..bfd89174d 100644
--- a/build_full_test.mk
+++ b/build_full_test.mk
@@ -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