aboutsummaryrefslogtreecommitdiff
path: root/test/test-gtest.cpp
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-03-15 11:30:13 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-03-15 11:30:13 -0500
commitb11161a7ffab99f5415e4136ce9ddd0bf6e1fa76 (patch)
tree630885ec100a91e14714db799c00d128d8a32a77 /test/test-gtest.cpp
parent7c4783ff8593aa4d99c0f741e45438ab7b1ca2f9 (diff)
downloadayatana-indicator-messages-b11161a7ffab99f5415e4136ce9ddd0bf6e1fa76.tar.gz
ayatana-indicator-messages-b11161a7ffab99f5415e4136ce9ddd0bf6e1fa76.tar.bz2
ayatana-indicator-messages-b11161a7ffab99f5415e4136ce9ddd0bf6e1fa76.zip
Dummy commit on 'no rule' err.
Diffstat (limited to 'test/test-gtest.cpp')
-rw-r--r--test/test-gtest.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/test-gtest.cpp b/test/test-gtest.cpp
new file mode 100644
index 0000000..739a5c8
--- /dev/null
+++ b/test/test-gtest.cpp
@@ -0,0 +1,13 @@
+
+#include <stdio.h>
+#include <gtest.h>
+
+
+
+
+int
+main (int argc, char ** argv)
+{
+ printf("oheck\n");
+ return 0;
+}