diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-06 05:26:44 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-06 05:26:44 +0800 |
commit | bb503a0bb583f7e6ae1280b64328e2ab97485a87 (patch) | |
tree | 73243aa1126f541bbd584cc34e90567fdd446544 /tests/test4.c | |
parent | 7e8e444982ca1b454a8d7fb7e6462f6d1ced44d2 (diff) | |
download | gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar.gz gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar.bz2 gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar.lz gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar.xz gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar.zst gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.zip |
forgotten file
svn path=/trunk/; revision=1084
Diffstat (limited to 'tests/test4.c')
-rw-r--r-- | tests/test4.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/test4.c b/tests/test4.c new file mode 100644 index 0000000000..a19a91a3c3 --- /dev/null +++ b/tests/test4.c @@ -0,0 +1,23 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ + +/* testing mh providers + do not use CamelMhFolder directly. + We do it here for test purpose only */ + + + +#include "camel-folder.h" +#include "camel-mh-folder.h" +#include "camel.h" + +int +main (int argc, char**argv) +{ + CamelFolder *folder; + + /* folder = gtk_type_new (CAMEL_MH_FOLDER_TYPE); */ + /* nothing for the moment */ + + + +} |