Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
4160336c
Commit
4160336c
authored
Dec 21, 2018
by
Gennadiy Civil
Browse files
Merge pull request #2013 from ciband:chore/fix_library_json
PiperOrigin-RevId: 226493373
parents
34a99e54
0f698c83
Changes
3
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 #
[

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

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

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