diff options
author | Ted Gould <ted@canonical.com> | 2009-10-22 09:20:36 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-22 09:20:36 -0500 |
commit | bca9b7ee96632e7c89092184c174b45722e0511c (patch) | |
tree | faa775021c1cb04d8c255c60fc9f95501b9ee150 /tests/test-libcustomindicator-dbus-client.c | |
parent | 0df50d723494e795aa7447c02ac0f15611b2bfd8 (diff) | |
download | ayatana-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-client.c')
-rw-r--r-- | tests/test-libcustomindicator-dbus-client.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/test-libcustomindicator-dbus-client.c b/tests/test-libcustomindicator-dbus-client.c new file mode 100644 index 0000000..7c3de86 --- /dev/null +++ b/tests/test-libcustomindicator-dbus-client.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; +} |