aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-20 03:07:52 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-20 03:07:52 +0800
commitf53eb88c5682c59e0e26e9a6e594566fd628e486 (patch)
treea27c02904a32cd6b4c9a6fae5eb0045edb4cab16 /tests
parent058a84bf365dc0a384d1de08d80c686838e126b7 (diff)
downloadgsoc2013-evolution-f53eb88c5682c59e0e26e9a6e594566fd628e486.tar
gsoc2013-evolution-f53eb88c5682c59e0e26e9a6e594566fd628e486.tar.gz
gsoc2013-evolution-f53eb88c5682c59e0e26e9a6e594566fd628e486.tar.bz2
gsoc2013-evolution-f53eb88c5682c59e0e26e9a6e594566fd628e486.tar.lz
gsoc2013-evolution-f53eb88c5682c59e0e26e9a6e594566fd628e486.tar.xz
gsoc2013-evolution-f53eb88c5682c59e0e26e9a6e594566fd628e486.tar.zst
gsoc2013-evolution-f53eb88c5682c59e0e26e9a6e594566fd628e486.zip
sync
svn path=/trunk/; revision=933
Diffstat (limited to 'tests')
-rw-r--r--tests/test1.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test1.c b/tests/test1.c
index 061c9684e7..c19da0ff7c 100644
--- a/tests/test1.c
+++ b/tests/test1.c
@@ -4,5 +4,11 @@
void
main (int argc, char**argv)
{
+ CamelMimeMessage *message;
+
+ gtk_init (&argc, &argv);
+ message = camel_mime_message_new_with_session (CAMEL_SESSION (NULL));
+
+ gtk_main();
}