From 4d62b5b9aef027a8c4f4432ecc661de0b87b4f46 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 3 Jan 2019 12:12:19 -0600 Subject: 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. --- library.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'library.json') 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": { -- cgit v1.2.3