mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-10-10 08:16:31 +08:00

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.