aboutsummaryrefslogtreecommitdiffstats
path: root/library.json
diff options
context:
space:
mode:
authorIvan Oliveira Tarifa <36923279+ivan1993br@users.noreply.github.com>2020-01-15 08:45:14 -0300
committerGitHub <noreply@github.com>2020-01-15 08:45:14 -0300
commitaa4315646b2217f30a537121e044aa14b33248e5 (patch)
tree119111ba5aa2a0d64d1ae7ce2d93b4d1d35a585e /library.json
parentd854bd6acc47f7f6e168007d58b5f509e4981b36 (diff)
downloadgoogletest-aa4315646b2217f30a537121e044aa14b33248e5.tar.gz
googletest-aa4315646b2217f30a537121e044aa14b33248e5.tar.bz2
googletest-aa4315646b2217f30a537121e044aa14b33248e5.zip
Remove exclusion of *-main and*-all targets
Removing exclusion of *-main and*-all targets from the library.json used on platformio.
Diffstat (limited to 'library.json')
-rw-r--r--library.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/library.json b/library.json
index 91169b7f..f61bf003 100644
--- a/library.json
+++ b/library.json
@@ -25,14 +25,10 @@
"ci",
"googlemock/cmake",
"googlemock/scripts",
- "googlemock/src/gmock-all.cc",
- "googlemock/src/gmock_main.cc",
"googlemock/test",
"googlemock/CMakeLists.txt",
"googletest/cmake",
"googletest/scripts",
- "googletest/src/gtest-all.cc",
- "googletest/src/gtest_main.cc",
"googletest/test",
"googletest/CMakeLists.txt"
]