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
98054bd1
Commit
98054bd1
authored
Apr 07, 2011
by
zhanyong.wan
Browse files
fixes link error in 'make check' on some systems
parent
c7a9cc35
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile.am
Makefile.am
+4
-2
No files found.
Makefile.am
View file @
98054bd1
...
...
@@ -242,6 +242,7 @@ TESTS += samples/sample1_unittest
check_PROGRAMS
+=
samples/sample1_unittest
samples_sample1_unittest_SOURCES
=
samples/sample1_unittest.cc
samples_sample1_unittest_LDADD
=
lib/libgtest_main.la
\
lib/libgtest.la
\
samples/libsamples.la
# Another sample. It also verifies that libgtest works.
...
...
@@ -251,11 +252,12 @@ samples_sample10_unittest_SOURCES = samples/sample10_unittest.cc
samples_sample10_unittest_LDADD
=
lib/libgtest.la
# This tests most constructs of gtest and verifies that libgtest_main
# work
s
.
#
and libgtest
work.
TESTS
+=
test
/gtest_all_test
check_PROGRAMS
+=
test
/gtest_all_test
test_gtest_all_test_SOURCES
=
test
/gtest_all_test.cc
test_gtest_all_test_LDADD
=
lib/libgtest_main.la
test_gtest_all_test_LDADD
=
lib/libgtest_main.la
\
lib/libgtest.la
# Tests that fused gtest files compile and work.
FUSED_GTEST_SRC
=
\
...
...
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