aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test7.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-12-17 07:48:56 +0800
committernobody <nobody@localhost>1999-12-17 07:48:56 +0800
commit3ccca41eac6d34f2d3897d5ec734503354f488d8 (patch)
tree1ccf57237d944e7088bd598f9ab0c5f6f859be2d /tests/test7.c
parente69ca1a88ce35fb744a0b4233dc5305eaa145d2f (diff)
downloadgsoc2013-evolution-BEFORE_RAVI.tar
gsoc2013-evolution-BEFORE_RAVI.tar.gz
gsoc2013-evolution-BEFORE_RAVI.tar.bz2
gsoc2013-evolution-BEFORE_RAVI.tar.lz
gsoc2013-evolution-BEFORE_RAVI.tar.xz
gsoc2013-evolution-BEFORE_RAVI.tar.zst
gsoc2013-evolution-BEFORE_RAVI.zip
This commit was manufactured by cvs2svn to create tag 'BEFORE_RAVI'.BEFORE_RAVI
svn path=/tags/BEFORE_RAVI/; revision=1496
Diffstat (limited to 'tests/test7.c')
-rw-r--r--tests/test7.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/tests/test7.c b/tests/test7.c
deleted file mode 100644
index 44c73d275b..0000000000
--- a/tests/test7.c
+++ /dev/null
@@ -1,24 +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;
-
- camel_debug_level = CAMEL_LOG_LEVEL_FULL_DEBUG;
-
- gtk_init (&argc, &argv);
- camel_init ();
-
-
- new_provider = camel_provider_register_as_module ("../camel/providers/MH/.libs/libcamelmh.so");
-
-
- return 1;
-}