We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20696a9 commit a5b0f4dCopy full SHA for a5b0f4d
build_full_test.mk
@@ -21,12 +21,13 @@ $(TEST)_SRC= \
21
$(TEST_PATH)/keymap.c \
22
$(TMK_COMMON_SRC) \
23
$(QUANTUM_SRC) \
24
+ $(SRC) \
25
tests/test_common/matrix.c \
26
tests/test_common/test_driver.cpp \
27
tests/test_common/keyboard_report_util.cpp \
28
tests/test_common/test_fixture.cpp
29
$(TEST)_SRC += $(patsubst $(ROOTDIR)/%,%,$(wildcard $(TEST_PATH)/*.cpp))
30
-$(TEST)_DEFS=$(TMK_COMMON_DEFS)
31
+$(TEST)_DEFS=$(TMK_COMMON_DEFS) $(OPT_DEFS)
32
$(TEST)_CONFIG=$(TEST_PATH)/config.h
33
VPATH+=$(TOP_DIR)/tests/test_common
0 commit comments