aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libcustomindicator-dbus-server.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-22 09:20:36 -0500
committerTed Gould <ted@canonical.com>2009-10-22 09:20:36 -0500
commitbca9b7ee96632e7c89092184c174b45722e0511c (patch)
treefaa775021c1cb04d8c255c60fc9f95501b9ee150 /tests/test-libcustomindicator-dbus-server.c
parent0df50d723494e795aa7447c02ac0f15611b2bfd8 (diff)
downloadayatana-indicator-application-bca9b7ee96632e7c89092184c174b45722e0511c.tar.gz
ayatana-indicator-application-bca9b7ee96632e7c89092184c174b45722e0511c.tar.bz2
ayatana-indicator-application-bca9b7ee96632e7c89092184c174b45722e0511c.zip
Adding in two little client server binaries for testing the custom indicator.
Diffstat (limited to 'tests/test-libcustomindicator-dbus-server.c')
-rw-r--r--tests/test-libcustomindicator-dbus-server.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/test-libcustomindicator-dbus-server.c b/tests/test-libcustomindicator-dbus-server.c
new file mode 100644
index 0000000..7c3de86
--- /dev/null
+++ b/tests/test-libcustomindicator-dbus-server.c
@@ -0,0 +1,11 @@
+
+#include <glib.h>
+#include <libcustomindicator/custom-indicator.h>
+#include "test-defines.h"
+
+gint
+main (gint argc, gchar * argv[])
+{
+
+ return 0;
+}