summaryrefslogtreecommitdiffstats
path: root/Tests/FindGTest/Test/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindGTest/Test/main.cxx')
-rw-r--r--Tests/FindGTest/Test/main.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/FindGTest/Test/main.cxx b/Tests/FindGTest/Test/main.cxx
new file mode 100644
index 0000000..0572a5d
--- /dev/null
+++ b/Tests/FindGTest/Test/main.cxx
@@ -0,0 +1,6 @@
+#include <gtest/gtest.h>
+
+TEST(FindCMake, LinksAndRuns)
+{
+ ASSERT_TRUE(true);
+}