aboutsummaryrefslogtreecommitdiff
path: root/test/ExampleTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExampleTest.cpp')
-rw-r--r--test/ExampleTest.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ExampleTest.cpp b/test/ExampleTest.cpp
new file mode 100644
index 0000000..a3909f5
--- /dev/null
+++ b/test/ExampleTest.cpp
@@ -0,0 +1,7 @@
+#include <gtest/gtest.h>
+
+class ExampleTest : public testing::Test {
+protected:
+};
+
+TEST_F(ExampleTest, Test) { EXPECT_EQ(5, 5); } \ No newline at end of file