aboutsummaryrefslogtreecommitdiff
path: root/tests/test-simple-app.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-09 00:14:54 -0600
committerTed Gould <ted@canonical.com>2009-11-09 00:14:54 -0600
commit23d6b5d0da79ac8afaff855f0eed4811615999f3 (patch)
tree574c2ff76a61f493481eb46e348c57668d76679d /tests/test-simple-app.c
parentd0abddaaf72e621a495871e5805cd39a51891b2b (diff)
downloadayatana-indicator-application-23d6b5d0da79ac8afaff855f0eed4811615999f3.tar.gz
ayatana-indicator-application-23d6b5d0da79ac8afaff855f0eed4811615999f3.tar.bz2
ayatana-indicator-application-23d6b5d0da79ac8afaff855f0eed4811615999f3.zip
Adding a defualt file for a little appliction that'll grow into a full app.
Diffstat (limited to 'tests/test-simple-app.c')
-rw-r--r--tests/test-simple-app.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test-simple-app.c b/tests/test-simple-app.c
new file mode 100644
index 0000000..9c2d164
--- /dev/null
+++ b/tests/test-simple-app.c
@@ -0,0 +1,8 @@
+
+int
+main (int argc, char ** argv)
+{
+
+
+ return 0;
+}