blob: 19d29675b904d751d0d56aeeaa6e5a0f0a5db120 [file] [log] [blame]
#include <gtest/gtest.h>
TEST(FindCMake, LinksAndRuns)
{
using namespace testing;
EXPECT_FALSE(GTEST_FLAG(list_tests));
ASSERT_TRUE(true);
}