summaryrefslogtreecommitdiffstats
path: root/Tests/FindGTest/Test/main.cxx
blob: 19d29675b904d751d0d56aeeaa6e5a0f0a5db120 (plain)
1
2
3
4
5
6
7
8
#include <gtest/gtest.h>

TEST(FindCMake, LinksAndRuns)
{
  using namespace testing;
  EXPECT_FALSE(GTEST_FLAG(list_tests));
  ASSERT_TRUE(true);
}