aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test7.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-09-28 04:57:07 +0800
committernobody <nobody@localhost>1999-09-28 04:57:07 +0800
commit76426cfc0288d1dc9ac8c0ab853d7e01e562a485 (patch)
treeec2c0d2d7b05d2c92b8675394fcb46bd3f9c7748 /tests/test7.c
parente70989293422a6f871175c805715f84afa23e8f3 (diff)
downloadgsoc2013-evolution-MSTYLE_HACK_ANCHOR.tar.gz
gsoc2013-evolution-MSTYLE_HACK_ANCHOR.tar.zst
gsoc2013-evolution-MSTYLE_HACK_ANCHOR.zip
This commit was manufactured by cvs2svn to create tagMSTYLE_HACK_ANCHOR
'MSTYLE_HACK_ANCHOR'. svn path=/tags/MSTYLE_HACK_ANCHOR/; revision=1304
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;
-}