aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-properties-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-05-13 23:14:22 -0500
committerTed Gould <ted@canonical.com>2009-05-13 23:14:22 -0500
commit094553712ca5087ccba1df594643c0538e7d1aaa (patch)
tree8b557b3ccc1b20bb28b1484b263fd8269446e5f0 /tests/test-glib-properties-client.c
parent80b6f8bba04f51b1f0b55f5d604723e5c9aad91e (diff)
downloadlibdbusmenu-094553712ca5087ccba1df594643c0538e7d1aaa.tar.gz
libdbusmenu-094553712ca5087ccba1df594643c0538e7d1aaa.tar.bz2
libdbusmenu-094553712ca5087ccba1df594643c0538e7d1aaa.zip
First parts of some tests to test the properties.
Diffstat (limited to 'tests/test-glib-properties-client.c')
-rw-r--r--tests/test-glib-properties-client.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test-glib-properties-client.c b/tests/test-glib-properties-client.c
new file mode 100644
index 0000000..bcbd170
--- /dev/null
+++ b/tests/test-glib-properties-client.c
@@ -0,0 +1,9 @@
+
+#include "test-glib-properties.h"
+
+int
+main (int argc, char * argv[])
+{
+
+ return 0;
+}