Skip to content

Commit e671ec7

Browse files
committed
Move user_interface.cc from MOCK_CPP_FILES_EMU to MOCK_CPP_FILES.
1 parent 136179b commit e671ec7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/host/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,20 @@ MOCK_CPP_FILES_COMMON := $(addprefix common/,\
8282

8383
MOCK_CPP_FILES := $(MOCK_CPP_FILES_COMMON) $(addprefix common/,\
8484
ArduinoCatch.cpp \
85+
user_interface.cpp \
8586
)
8687

8788
MOCK_CPP_FILES_EMU := $(MOCK_CPP_FILES_COMMON) $(addprefix common/,\
8889
ArduinoMain.cpp \
8990
ArduinoMainUdp.cpp \
9091
ArduinoMainSpiffs.cpp \
91-
user_interface.cpp \
9292
)
9393

9494
MOCK_C_FILES := $(addprefix common/,\
9595
md5.c \
9696
noniso.c \
9797
)
9898

99-
10099
INC_PATHS += $(addprefix -I, \
101100
. \
102101
common \
@@ -232,7 +231,7 @@ ARDUINO_LIBS := \
232231
WiFiServerSecureBearSSL.cpp \
233232
BearSSLHelpers.cpp \
234233
CertStoreBearSSL.cpp \
235-
) \
234+
)
236235

237236
OPT_ARDUINO_LIBS ?= $(addprefix ../../libraries/,\
238237
$(addprefix ESP8266WebServer/src/,\
@@ -252,7 +251,7 @@ OPT_ARDUINO_LIBS ?= $(addprefix ../../libraries/,\
252251
DNSServer/src/DNSServer.cpp \
253252
ESP8266AVRISP/src/ESP8266AVRISP.cpp \
254253
ESP8266HTTPClient/src/ESP8266HTTPClient.cpp \
255-
) \
254+
)
256255

257256
MOCK_ARDUINO_LIBS := $(addprefix common/,\
258257
ClientContextSocket.cpp \
@@ -264,7 +263,7 @@ MOCK_ARDUINO_LIBS := $(addprefix common/,\
264263
MockEsp.cpp \
265264
MockEEPROM.cpp \
266265
MockSPI.cpp \
267-
) \
266+
)
268267

269268
CPP_SOURCES_CORE_EMU = \
270269
$(MOCK_CPP_FILES_EMU) \

0 commit comments

Comments
 (0)