From d846cf4d7b27f5e6fcfb7fcc24e9a3181d826fd2 Mon Sep 17 00:00:00 2001 From: Clemens Kirchgatterer Date: Fri, 15 Feb 2019 19:09:31 +0100 Subject: [PATCH] Add base64 decode library to mock files Fixes missing symbols during linking of sketches that use them. --- tests/host/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/host/Makefile b/tests/host/Makefile index 38393f824b..17007f4442 100644 --- a/tests/host/Makefile +++ b/tests/host/Makefile @@ -63,6 +63,7 @@ CORE_CPP_FILES := $(addprefix $(CORE_PATH)/,\ spiffs/spiffs_hydrogen.cpp \ spiffs/spiffs_nucleus.cpp \ libb64/cencode.cpp \ + libb64/cdecode.cpp \ Schedule.cpp \ )