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
2e7c475e
Commit
2e7c475e
authored
Nov 06, 2009
by
zhanyong.wan
Browse files
Adds a dummy test to gmock-port.test.cc.
parent
6c54a5e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
test/gmock-port_test.cc
test/gmock-port_test.cc
+5
-1
No files found.
test/gmock-port_test.cc
View file @
2e7c475e
...
@@ -36,4 +36,8 @@
...
@@ -36,4 +36,8 @@
#include <gmock/internal/gmock-port.h>
#include <gmock/internal/gmock-port.h>
#include <gtest/gtest.h>
#include <gtest/gtest.h>
// This file intentionally contains no test at this moment.
// This file intentionally contains no tests at this moment.
// Putting a dummy test here makes references to symbols in the gtest
// library and avoids 'undefined symbol' linker errors in gmock_main.
TEST
(
DummyTest
,
Dummy
)
{}
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