aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test7.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-01 00:29:00 +0800
committerDan Winship <danw@src.gnome.org>2000-05-01 00:29:00 +0800
commite43958d2421f820c18e29c02f370a9a34f8b853e (patch)
tree8e9a71d704e9e252fec1aa0361d5e24f21c18630 /tests/test7.c
parentf028bd6aeb4b04aa0cfc3c5e5ed6c442aef6ea3c (diff)
downloadgsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar
gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar.gz
gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar.bz2
gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar.lz
gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar.xz
gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.tar.zst
gsoc2013-evolution-e43958d2421f820c18e29c02f370a9a34f8b853e.zip
update for camel provider changes.
svn path=/trunk/; revision=2694
Diffstat (limited to 'tests/test7.c')
-rw-r--r--tests/test7.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/test7.c b/tests/test7.c
deleted file mode 100644
index b3e32efb10..0000000000
--- a/tests/test7.c
+++ /dev/null
@@ -1,22 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-
-/* test provider stuff */
-
-
-#include "camel.h"
-
-
-int
-main (int argc, char**argv)
-{
- const CamelProvider *new_provider;
-
- gtk_init (&argc, &argv);
- camel_init ();
-
-
- new_provider = camel_provider_register_as_module ("../camel/providers/MH/.libs/libcamelmh.so");
-
-
- return 1;
-}