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
699943fe
Commit
699943fe
authored
May 19, 2019
by
Enji Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo introduced in
63be3dcc
(maintaners -> maintainers)
Signed-off-by:
Enji Cooper
<
yaneurabeya@gmail.com
>
parent
f71fb4f9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
CMakeLists.txt
CMakeLists.txt
+1
-1
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+1
-1
CMakeLists.txt
googlemock/CMakeLists.txt
+1
-1
Makefile.am
googlemock/Makefile.am
+1
-1
configure.ac
googlemock/configure.ac
+1
-1
CMakeLists.txt
googletest/CMakeLists.txt
+1
-1
Makefile.am
googletest/Makefile.am
+1
-1
configure.ac
googletest/configure.ac
+1
-1
No files found.
CMakeLists.txt
View file @
699943fe
# Note: CMake support is community-based. The maintaners do not use CMake
# Note: CMake support is community-based. The mainta
i
ners do not use CMake
# internally.
# internally.
cmake_minimum_required
(
VERSION 2.8.8
)
cmake_minimum_required
(
VERSION 2.8.8
)
...
...
Makefile.am
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
# internally.
## Process this file with automake to produce Makefile.in
## Process this file with automake to produce Makefile.in
...
...
configure.ac
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
# internally.
AC_INIT([Google C++ Mocking and Testing Frameworks],
AC_INIT([Google C++ Mocking and Testing Frameworks],
...
...
googlemock/CMakeLists.txt
View file @
699943fe
########################################################################
########################################################################
# Note: CMake support is community-based. The maintaners do not use CMake
# Note: CMake support is community-based. The mainta
i
ners do not use CMake
# internally.
# internally.
#
#
# CMake build script for Google Mock.
# CMake build script for Google Mock.
...
...
googlemock/Makefile.am
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
# internally.
# Automake file
# Automake file
...
...
googlemock/configure.ac
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
# internally.
m4_include(../googletest/m4/acx_pthread.m4)
m4_include(../googletest/m4/acx_pthread.m4)
...
...
googletest/CMakeLists.txt
View file @
699943fe
########################################################################
########################################################################
# Note: CMake support is community-based. The maintaners do not use CMake
# Note: CMake support is community-based. The mainta
i
ners do not use CMake
# internally.
# internally.
#
#
# CMake build script for Google Test.
# CMake build script for Google Test.
...
...
googletest/Makefile.am
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
# internally.
# Automake file
# Automake file
...
...
googletest/configure.ac
View file @
699943fe
# Note: automake support is community-based. The maintaners do not use automake
# Note: automake support is community-based. The mainta
i
ners do not use automake
# internally.
# internally.
m4_include(m4/acx_pthread.m4)
m4_include(m4/acx_pthread.m4)
...
...
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