We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7089b8c commit aa8621bCopy full SHA for aa8621b
tests/host/Makefile
@@ -93,7 +93,6 @@ MOCK_C_FILES := $(addprefix common/,\
93
94
INC_PATHS += $(addprefix -I, \
95
. \
96
-
97
common \
98
$(CORE_PATH) \
99
)
@@ -110,7 +109,7 @@ TEST_CPP_FILES := \
110
109
core/test_pgmspace.cpp \
111
core/test_md5builder.cpp \
112
core/test_string.cpp \
113
- core/test_PolledTimeout.cpp
+ core/test_PolledTimeout.cpp
114
115
PREINCLUDES := \
116
-include common/mock.h \
0 commit comments