aboutsummaryrefslogtreecommitdiff
path: root/tests/gtest-menuitems.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-04-25 11:39:52 -0500
committerTed Gould <ted@gould.cx>2012-04-25 11:39:52 -0500
commit274e47788ea7e1d7cd453598715233eb99a75292 (patch)
treebbadaf673257e61860a1be556385815caf64fbd5 /tests/gtest-menuitems.cpp
parent68dedd8bd6eb262c10955a8ab27732e52a8114d7 (diff)
downloadayatana-ido-274e47788ea7e1d7cd453598715233eb99a75292.tar.gz
ayatana-ido-274e47788ea7e1d7cd453598715233eb99a75292.tar.bz2
ayatana-ido-274e47788ea7e1d7cd453598715233eb99a75292.zip
Adding in a dummy test and the dependencies to build it
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);
+}