aboutsummaryrefslogtreecommitdiff
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= \
23 $(QUANTUM_SRC) \ 23 $(QUANTUM_SRC) \
24 tests/test_common/matrix.c \ 24 tests/test_common/matrix.c \
25 tests/test_common/test_driver.cpp \ 25 tests/test_common/test_driver.cpp \
26 tests/test_common/keyboard_report_util.cpp 26 tests/test_common/keyboard_report_util.cpp \
27 tests/test_common/test_fixture.cpp
27$(TEST)_DEFS=$(TMK_COMMON_DEFS) 28$(TEST)_DEFS=$(TMK_COMMON_DEFS)
28$(TEST)_CONFIG=$(TEST_PATH)/config.h 29$(TEST)_CONFIG=$(TEST_PATH)/config.h
29VPATH+=$(TOP_DIR)/tests/test_common 30VPATH+=$(TOP_DIR)/tests/test_common