summaryrefslogtreecommitdiffstats
path: root/Tests/FindGTest
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindGTest')
-rw-r--r--Tests/FindGTest/Test/main.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/FindGTest/Test/main.cxx b/Tests/FindGTest/Test/main.cxx
index 0572a5d..19d2967 100644
--- a/Tests/FindGTest/Test/main.cxx
+++ b/Tests/FindGTest/Test/main.cxx
@@ -2,5 +2,7 @@
TEST(FindCMake, LinksAndRuns)
{
+ using namespace testing;
+ EXPECT_FALSE(GTEST_FLAG(list_tests));
ASSERT_TRUE(true);
}