Skip to content

Commit aa8621b

Browse files
Earle F. Philhower, IIIEarle F. Philhower, III
Earle F. Philhower, III
authored and
Earle F. Philhower, III
committed
Fix merge typos in Makefile
1 parent 7089b8c commit aa8621b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/host/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ MOCK_C_FILES := $(addprefix common/,\
9393

9494
INC_PATHS += $(addprefix -I, \
9595
. \
96-
9796
common \
9897
$(CORE_PATH) \
9998
)
@@ -110,7 +109,7 @@ TEST_CPP_FILES := \
110109
core/test_pgmspace.cpp \
111110
core/test_md5builder.cpp \
112111
core/test_string.cpp \
113-
core/test_PolledTimeout.cpp
112+
core/test_PolledTimeout.cpp
114113

115114
PREINCLUDES := \
116115
-include common/mock.h \

0 commit comments

Comments
 (0)