Adds a dummy test to gmock-port.test.cc.
This commit is contained in:
parent
6c54a5e1f9
commit
2e7c475e16
@ -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) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user