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
8e687532
Commit
8e687532
authored
Apr 07, 2011
by
zhanyong.wan
Browse files
fixes link errors in 'make check'
parent
aa43220f
Changes
1
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 work
s
.
# 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