File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 16
16
17
17
#include " FirebaseObject.h"
18
18
#include " gtest/gtest.h"
19
+ #include " WString.h"
19
20
20
21
TEST (FirebaseObjectTest, GetBool) {
21
22
FirebaseObject obj (" true" );
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ FIREBASE_ROOT = ../../..
34
34
PROJECT_ROOT = ../..
35
35
SRC_ROOT = $(PROJECT_ROOT ) /src
36
36
FIREBASE_SRC_ROOT = $(FIREBASE_ROOT ) /src
37
+ ARDUINOJSON_DIR =$(ARDUINO_HOME ) /libraries/ArduinoJson
37
38
38
39
# Flags passed to the preprocessor.
39
40
# Set Google Test and Google Mock's header directories as system
@@ -45,6 +46,7 @@ CPPFLAGS += -isystem $(GTEST_DIR)/include -isystem $(GMOCK_DIR)/include \
45
46
-I$(PROJECT_ROOT ) /test/dummies \
46
47
-I$(PROJECT_ROOT ) /src \
47
48
-I$(FIREBASE_ROOT ) /src \
49
+ -I$(ARDUINOJSON_DIR ) /src \
48
50
-I$(PROJECT_ROOT )
49
51
50
52
# Flags passed to the C++ compiler.
You can’t perform that action at this time.
0 commit comments