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
5ec7f0c4
Commit
5ec7f0c4
authored
Jan 25, 2019
by
Gennadiy Civil
Browse files
Merge pull request #2079 from acozzette:fix-dist
PiperOrigin-RevId: 230902623
parents
bf07131c
46b81732
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
googlemock/Makefile.am
googlemock/Makefile.am
+0
-1
googletest/Makefile.am
googletest/Makefile.am
+13
-12
No files found.
googlemock/Makefile.am
View file @
5ec7f0c4
...
@@ -129,7 +129,6 @@ EXTRA_DIST += \
...
@@ -129,7 +129,6 @@ EXTRA_DIST += \
# Nonstandard package files for distribution.
# Nonstandard package files for distribution.
EXTRA_DIST
+=
\
EXTRA_DIST
+=
\
CHANGES
\
CONTRIBUTORS
\
CONTRIBUTORS
\
make/Makefile
make/Makefile
...
...
googletest/Makefile.am
View file @
5ec7f0c4
...
@@ -4,7 +4,6 @@ ACLOCAL_AMFLAGS = -I m4
...
@@ -4,7 +4,6 @@ ACLOCAL_AMFLAGS = -I m4
# Nonstandard package files for distribution
# Nonstandard package files for distribution
EXTRA_DIST
=
\
EXTRA_DIST
=
\
CHANGES
\
CONTRIBUTORS
\
CONTRIBUTORS
\
LICENSE
\
LICENSE
\
include/gtest/gtest-param-test.h.pump
\
include/gtest/gtest-param-test.h.pump
\
...
@@ -22,6 +21,7 @@ GTEST_SRC = \
...
@@ -22,6 +21,7 @@ GTEST_SRC = \
src/gtest-death-test.cc
\
src/gtest-death-test.cc
\
src/gtest-filepath.cc
\
src/gtest-filepath.cc
\
src/gtest-internal-inl.h
\
src/gtest-internal-inl.h
\
src/gtest-matchers.cc
\
src/gtest-port.cc
\
src/gtest-port.cc
\
src/gtest-printers.cc
\
src/gtest-printers.cc
\
src/gtest-test-part.cc
\
src/gtest-test-part.cc
\
...
@@ -45,21 +45,21 @@ EXTRA_DIST += \
...
@@ -45,21 +45,21 @@ EXTRA_DIST += \
# C++ test files that we don't compile directly.
# C++ test files that we don't compile directly.
EXTRA_DIST
+=
\
EXTRA_DIST
+=
\
test
/gtest-death-test_ex_test.cc
\
test
/g
oogle
test-death-test_ex_test.cc
\
test
/gtest-death-test
_
test.cc
\
test
/g
oogle
test-death-test
-
test.cc
\
test
/gtest-filepath
_
test.cc
\
test
/g
oogle
test-filepath
-
test.cc
\
test
/gtest-listener
_
test.cc
\
test
/g
oogle
test-listener
-
test.cc
\
test
/gtest-message
_
test.cc
\
test
/g
oogle
test-message
-
test.cc
\
test
/gtest-options
_
test.cc
\
test
/g
oogle
test-options
-
test.cc
\
test
/googletest-param-test2-test.cc
\
test
/googletest-param-test2-test.cc
\
test
/googletest-param-test2-test.cc
\
test
/googletest-param-test2-test.cc
\
test
/googletest-param-test-test.cc
\
test
/googletest-param-test-test.cc
\
test
/googletest-param-test-test.cc
\
test
/googletest-param-test-test.cc
\
test
/gtest-param-test
_
test.h
\
test
/g
oogle
test-param-test
-
test.h
\
test
/gtest-port
_
test.cc
\
test
/g
oogle
test-port
-
test.cc
\
test
/gtest_premature_exit_test.cc
\
test
/gtest_premature_exit_test.cc
\
test
/gtest-printers
_
test.cc
\
test
/g
oogle
test-printers
-
test.cc
\
test
/gtest-test-part
_
test.cc
\
test
/g
oogle
test-test-part
-
test.cc
\
test
/gtest-typed-test2_test.cc
\
test
/gtest-typed-test2_test.cc
\
test
/gtest-typed-test_test.cc
\
test
/gtest-typed-test_test.cc
\
test
/gtest-typed-test_test.h
\
test
/gtest-typed-test_test.h
\
...
@@ -102,7 +102,7 @@ EXTRA_DIST += \
...
@@ -102,7 +102,7 @@ EXTRA_DIST += \
test
/gtest_help_test.py
\
test
/gtest_help_test.py
\
test
/googletest-list-tests-unittest.py
\
test
/googletest-list-tests-unittest.py
\
test
/googletest-output-test.py
\
test
/googletest-output-test.py
\
test
/googletest-output-test
_
golden
_
lin.txt
\
test
/googletest-output-test
-
golden
-
lin.txt
\
test
/googletest-shuffle-test.py
\
test
/googletest-shuffle-test.py
\
test
/gtest_test_utils.py
\
test
/gtest_test_utils.py
\
test
/googletest-throw-on-failure-test.py
\
test
/googletest-throw-on-failure-test.py
\
...
@@ -184,6 +184,7 @@ lib_libgtest_la_SOURCES = src/gtest-all.cc
...
@@ -184,6 +184,7 @@ lib_libgtest_la_SOURCES = src/gtest-all.cc
pkginclude_HEADERS
=
\
pkginclude_HEADERS
=
\
include/gtest/gtest-death-test.h
\
include/gtest/gtest-death-test.h
\
include/gtest/gtest-matchers.h
\
include/gtest/gtest-message.h
\
include/gtest/gtest-message.h
\
include/gtest/gtest-param-test.h
\
include/gtest/gtest-param-test.h
\
include/gtest/gtest-printers.h
\
include/gtest/gtest-printers.h
\
...
...
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