aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libcustomindicator-dbus-server.c
diff options
context:
space:
mode:
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;
+}