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.gz
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();
}
716209f6e7bae4d8a'>Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-10/+9 * Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1 * Add 1 @unexec rmdir.kuriyama2000-11-011-0/+1 * Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.will2000-10-241-1/+1 * Fix p5-HTML so Perl can find its modules when they are installed.will2000-08-112-5/+5 * Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-171-5/+5 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1 * $Id$ -> $FreeBSD$peter1999-08-311-1/+1 * No need to use -p since ${MKDIR} == 'mkdir -p'.steve1999-07-051-2/+2 * #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1 * Make all p5- ports use USE_PERL instead of explicitly stating the version num...jfitz1997-06-251-3/+2 * Upgrade all ports requiring perl5.003 to perl5.004jfitz1997-05-241-3/+3