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
8e687532
Commit
8e687532
authored
Apr 07, 2011
by
zhanyong.wan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes link errors in 'make check'
parent
aa43220f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.am
Makefile.am
+2
-2
No files found.
Makefile.am
View file @
8e687532
...
@@ -68,14 +68,14 @@ test_gmock_spec_builders_test_SOURCES = test/gmock-spec-builders_test.cc
...
@@ -68,14 +68,14 @@ test_gmock_spec_builders_test_SOURCES = test/gmock-spec-builders_test.cc
test_gmock_spec_builders_test_LDADD
=
$(GTEST_LIBS)
lib/libgmock.la
test_gmock_spec_builders_test_LDADD
=
$(GTEST_LIBS)
lib/libgmock.la
# This tests using Google Mock in multiple translation units. It also
# This tests using Google Mock in multiple translation units. It also
# verifies that libgmock_main
works
.
# verifies that libgmock_main
and libgmock work
.
TESTS
+=
test
/gmock_link_test
TESTS
+=
test
/gmock_link_test
check_PROGRAMS
+=
test
/gmock_link_test
check_PROGRAMS
+=
test
/gmock_link_test
test_gmock_link_test_SOURCES
=
\
test_gmock_link_test_SOURCES
=
\
test
/gmock_link2_test.cc
\
test
/gmock_link2_test.cc
\
test
/gmock_link_test.cc
\
test
/gmock_link_test.cc
\
test
/gmock_link_test.h
test
/gmock_link_test.h
test_gmock_link_test_LDADD
=
$(GTEST_LIBS)
lib/libgmock_main.la
test_gmock_link_test_LDADD
=
$(GTEST_LIBS)
lib/libgmock_main.la
lib/libgmock.la
# Tests that fused gmock files compile and work.
# Tests that fused gmock files compile and work.
TESTS
+=
test
/gmock_fused_test
TESTS
+=
test
/gmock_fused_test
...
...
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