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
5ec7f0c4
Commit
5ec7f0c4
authored
Jan 25, 2019
by
Gennadiy Civil
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2079 from acozzette:fix-dist
PiperOrigin-RevId: 230902623
parents
bf07131c
46b81732
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
Makefile.am
googlemock/Makefile.am
+0
-1
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
/g
test-death-test_
test.cc
\
test
/g
oogletest-death-test-
test.cc
\
test
/g
test-filepath_
test.cc
\
test
/g
oogletest-filepath-
test.cc
\
test
/g
test-listener_
test.cc
\
test
/g
oogletest-listener-
test.cc
\
test
/g
test-message_
test.cc
\
test
/g
oogletest-message-
test.cc
\
test
/g
test-options_
test.cc
\
test
/g
oogletest-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
/g
test-param-test_
test.h
\
test
/g
oogletest-param-test-
test.h
\
test
/g
test-port_
test.cc
\
test
/g
oogletest-port-
test.cc
\
test
/gtest_premature_exit_test.cc
\
test
/gtest_premature_exit_test.cc
\
test
/g
test-printers_
test.cc
\
test
/g
oogletest-printers-
test.cc
\
test
/g
test-test-part_
test.cc
\
test
/g
oogletest-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