aboutsummaryrefslogtreecommitdiffstats
path: root/library.json
diff options
context:
space:
mode:
authorChris <chrisjohnsonmail@gmail.com>2019-01-03 12:12:19 -0600
committerChris <chrisjohnsonmail@gmail.com>2019-01-03 12:12:19 -0600
commit4d62b5b9aef027a8c4f4432ecc661de0b87b4f46 (patch)
tree5a94250423b6624e9a5782547c0f2fa48ce80d8a /library.json
parentde99386b67a32a955c7b6215c4b2a50066dfa6a3 (diff)
downloadgoogletest-4d62b5b9aef027a8c4f4432ecc661de0b87b4f46.tar.gz
googletest-4d62b5b9aef027a8c4f4432ecc661de0b87b4f46.tar.bz2
googletest-4d62b5b9aef027a8c4f4432ecc661de0b87b4f46.zip
fix: Remove Arduino entry points
Improved flexibility by removing the Arduino entry points in favor of manual calls to setup/loop that the user can call from their entry point. This is the more common use case for Arudino. Also added the gtest/gmock_main files to the PlatformIO ignore list since we are not supporting that feature.
Diffstat (limited to 'library.json')
-rw-r--r--library.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/library.json b/library.json
index 3db5b1de..68ba96e6 100644
--- a/library.json
+++ b/library.json
@@ -31,6 +31,7 @@
"googlemock/CMakeLists.txt",
"googlemock/Makefile.am",
"googlemock/configure.ac",
+ "googlemock/gmock_main.cc",
"googletest/cmake",
"googletest/codegear",
"googletest/m4",
@@ -41,7 +42,8 @@
"googletest/xcode",
"googletest/CMakeLists.txt",
"googletest/Makefile.am",
- "googletest/configure.ac"
+ "googletest/configure.ac",
+ "googletest/gtest_main.cc"
]
},
"build": {