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
8b6d3f9c
Commit
8b6d3f9c
authored
Mar 05, 2019
by
Gennadiy Civil
Browse files
Merge pull request #2158 from CarloWood:master
PiperOrigin-RevId: 236716851
parents
3dd2e841
fc979623
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
3 deletions
+5
-3
.gitignore
.gitignore
+1
-0
Makefile.am
Makefile.am
+0
-2
googlemock/Makefile.am
googlemock/Makefile.am
+2
-0
googlemock/configure.ac
googlemock/configure.ac
+1
-0
googletest/configure.ac
googletest/configure.ac
+1
-1
No files found.
.gitignore
View file @
8b6d3f9c
...
@@ -35,6 +35,7 @@ googletest/m4/ltoptions.m4
...
@@ -35,6 +35,7 @@ googletest/m4/ltoptions.m4
googletest/m4/ltsugar.m4
googletest/m4/ltsugar.m4
googletest/m4/ltversion.m4
googletest/m4/ltversion.m4
googletest/m4/lt~obsolete.m4
googletest/m4/lt~obsolete.m4
googlemock/m4
# Ignore generated directories.
# Ignore generated directories.
googlemock/fused-src/
googlemock/fused-src/
...
...
Makefile.am
View file @
8b6d3f9c
## Process this file with automake to produce Makefile.in
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS
=
-I
m4
AUTOMAKE_OPTIONS
=
foreign
AUTOMAKE_OPTIONS
=
foreign
# Build . before src so that our all-local and clean-local hooks kicks in at
# Build . before src so that our all-local and clean-local hooks kicks in at
...
...
googlemock/Makefile.am
View file @
8b6d3f9c
# Automake file
# Automake file
ACLOCAL_AMFLAGS
=
-I
m4
# Nonstandard package files for distribution.
# Nonstandard package files for distribution.
EXTRA_DIST
=
LICENSE
EXTRA_DIST
=
LICENSE
...
...
googlemock/configure.ac
View file @
8b6d3f9c
...
@@ -8,6 +8,7 @@ AC_INIT([Google C++ Mocking Framework],
...
@@ -8,6 +8,7 @@ AC_INIT([Google C++ Mocking Framework],
# Provide various options to initialize the Autoconf and configure processes.
# Provide various options to initialize the Autoconf and configure processes.
AC_PREREQ([2.59])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([./LICENSE])
AC_CONFIG_SRCDIR([./LICENSE])
AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([build-aux/config.h])
AC_CONFIG_HEADERS([build-aux/config.h])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([Makefile])
...
...
googletest/configure.ac
View file @
8b6d3f9c
...
@@ -12,7 +12,7 @@ AC_INIT([Google C++ Testing Framework],
...
@@ -12,7 +12,7 @@ AC_INIT([Google C++ Testing Framework],
# Provide various options to initialize the Autoconf and configure processes.
# Provide various options to initialize the Autoconf and configure processes.
AC_PREREQ([2.59])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([./LICENSE])
AC_CONFIG_SRCDIR([./LICENSE])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_MACRO_DIR
S
([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([build-aux/config.h])
AC_CONFIG_HEADERS([build-aux/config.h])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([Makefile])
...
...
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