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
e3490254
"googlemock/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "073293463e1733c5e931313da1c3f1de044e1db3"
Commit
e3490254
authored
Nov 19, 2010
by
vladlosev
Browse files
Fixes scripts/test/Makefile failing with link error.
parent
b6c141fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
scripts/test/Makefile
scripts/test/Makefile
+3
-1
No files found.
scripts/test/Makefile
View file @
e3490254
...
...
@@ -21,7 +21,9 @@ SAMPLE_DIR = ../../samples
GTEST_MAIN_CC
=
../../src/gtest_main.cc
# Flags passed to the preprocessor.
CPPFLAGS
+=
-I
$(FUSED_GTEST_DIR)
# We have no idea here whether pthreads is available in the system, so
# disable its use.
CPPFLAGS
+=
-I
$(FUSED_GTEST_DIR)
-DGTEST_HAS_PTHREAD
=
0
# Flags passed to the C++ compiler.
CXXFLAGS
+=
-g
...
...
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