main.cxx 81 B

123456
  1. #include <gtest/gtest.h>
  2. TEST(FindCMake, LinksAndRuns)
  3. {
  4. ASSERT_TRUE(true);
  5. }