Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
4160336c
Commit
4160336c
authored
Dec 21, 2018
by
Gennadiy Civil
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2013 from ciband:chore/fix_library_json
PiperOrigin-RevId: 226493373
parents
34a99e54
0f698c83
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
59 additions
and
2 deletions
+59
-2
.gitignore
.gitignore
+57
-0
README.md
README.md
+1
-1
library.json
library.json
+1
-1
No files found.
.gitignore
0 → 100644
View file @
4160336c
# Ignore CI build directory
build/
xcuserdata
cmake-build-debug/
.idea/
bazel-bin
bazel-genfiles
bazel-googletest
bazel-out
bazel-testlogs
# python
*.pyc
# Visual Studio files
.vs
*.sdf
*.opensdf
*.VC.opendb
*.suo
*.user
_ReSharper.Caches/
Win32-Debug/
Win32-Release/
x64-Debug/
x64-Release/
# Ignore autoconf / automake files
Makefile.in
aclocal.m4
configure
build-aux/
autom4te.cache/
googletest/m4/libtool.m4
googletest/m4/ltoptions.m4
googletest/m4/ltsugar.m4
googletest/m4/ltversion.m4
googletest/m4/lt~obsolete.m4
# Ignore generated directories.
googlemock/fused-src/
googletest/fused-src/
# macOS files
.DS_Store
googletest/.DS_Store
googletest/xcode/.DS_Store
# Ignore cmake generated directories and files.
CMakeFiles
CTestTestfile.cmake
Makefile
cmake_install.cmake
googlemock/CMakeFiles
googlemock/CTestTestfile.cmake
googlemock/Makefile
googlemock/cmake_install.cmake
googlemock/gtest
README.md
View file @
4160336c
# Google Test #
# Google Test #
[

](https://travis-ci.org/google
/googletest)
[

](https://travis-ci.org/abseil
/googletest)
[

](https://ci.appveyor.com/project/GoogleTestAppVeyor/googletest/branch/master)
[

](https://ci.appveyor.com/project/GoogleTestAppVeyor/googletest/branch/master)
**Future Plans**
:
**Future Plans**
:
...
...
library.json
View file @
4160336c
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
"googletest/xcode"
,
"googletest/xcode"
,
"googletest/CMakeLists.txt"
,
"googletest/CMakeLists.txt"
,
"googletest/Makefile.am"
,
"googletest/Makefile.am"
,
"googletest/configure.ac"
,
"googletest/configure.ac"
],
],
"frameworks"
:
"arduino"
,
"frameworks"
:
"arduino"
,
"platforms"
:
[
"platforms"
:
[
...
...
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