Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
a5216dd1
Commit
a5216dd1
authored
Oct 22, 2019
by
Gennadiy Civil
Browse files
Merge pull request #2511 from kuzkry:PlatformIO-clean-up
PiperOrigin-RevId: 275840343
parents
8ce64c08
9b970024
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
library.json
library.json
+1
-13
platformio.ini
platformio.ini
+1
-1
No files found.
library.json
View file @
a5216dd1
...
@@ -22,30 +22,18 @@
...
@@ -22,30 +22,18 @@
],
],
"exclude"
:
[
"exclude"
:
[
"ci"
,
"ci"
,
"googlemock/build-aux"
,
"googlemock/cmake"
,
"googlemock/cmake"
,
"googlemock/make"
,
"googlemock/msvc"
,
"googlemock/scripts"
,
"googlemock/scripts"
,
"googlemock/src/gmock-all.cc"
,
"googlemock/src/gmock-all.cc"
,
"googlemock/src/gmock_main.cc"
,
"googlemock/src/gmock_main.cc"
,
"googlemock/test"
,
"googlemock/test"
,
"googlemock/CMakeLists.txt"
,
"googlemock/CMakeLists.txt"
,
"googlemock/Makefile.am"
,
"googlemock/configure.ac"
,
"googletest/cmake"
,
"googletest/cmake"
,
"googletest/codegear"
,
"googletest/m4"
,
"googletest/make"
,
"googletest/msvc"
,
"googletest/scripts"
,
"googletest/scripts"
,
"googletest/src/gtest-all.cc"
,
"googletest/src/gtest-all.cc"
,
"googletest/src/gtest_main.cc"
,
"googletest/src/gtest_main.cc"
,
"googletest/test"
,
"googletest/test"
,
"googletest/xcode"
,
"googletest/CMakeLists.txt"
"googletest/CMakeLists.txt"
,
"googletest/Makefile.am"
,
"googletest/configure.ac"
]
]
},
},
"build"
:
{
"build"
:
{
...
...
platformio.ini
View file @
a5216dd1
...
@@ -19,7 +19,7 @@ platform = espressif32
...
@@ -19,7 +19,7 @@ platform = espressif32
board
=
esp32dev
board
=
esp32dev
framework
=
arduino
framework
=
arduino
build_flags
=
-I./googletest/include -I./googletest
build_flags
=
-I./googletest/include -I./googletest
src_filter
=
+<*> -<.git/> -<googlemock>
-<googletest/codegear/>
-<googletest/samples> -<googletest/test/>
-<googletest/xcode>
-<googletest/src> +<googletest/src/gtest-all.cc> +<googletest/src/gtest_main.cc>
src_filter
=
+<*> -<.git/> -<googlemock> -<googletest/samples> -<googletest/test/> -<googletest/src> +<googletest/src/gtest-all.cc> +<googletest/src/gtest_main.cc>
upload_speed
=
921600
upload_speed
=
921600
[env:googlemock_esp32]
[env:googlemock_esp32]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment