We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e03c00 commit b6a3aa1Copy full SHA for b6a3aa1
1 file changed
platformio.ini
@@ -156,12 +156,12 @@ lib_deps =
156
157
[env:native]
158
platform = native
159
-build_flags = -std=c++14
+build_flags = -std=c++17
160
-I src
161
-I test/mocks
162
test_build_src = yes
163
build_src_filter =
164
-<*>
165
+<../src/Utils.cpp>
166
lib_deps =
167
- google/googletest @ ^1.15.2
+ google/googletest @ 1.17.0
0 commit comments