aboutsummaryrefslogtreecommitdiff
path: root/tests/gtest-menuitems.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtest-menuitems.cpp')
-rw-r--r--tests/gtest-menuitems.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/gtest-menuitems.cpp b/tests/gtest-menuitems.cpp
new file mode 100644
index 0000000..cac28c4
--- /dev/null
+++ b/tests/gtest-menuitems.cpp
@@ -0,0 +1,8 @@
+
+#include <glib-object.h>
+#include <gtest/gtest.h>
+
+TEST(StartTesting, DummyTest) {
+ g_type_init();
+ EXPECT_TRUE(true);
+}