From bb503a0bb583f7e6ae1280b64328e2ab97485a87 Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Thu, 5 Aug 1999 21:26:44 +0000 Subject: forgotten file svn path=/trunk/; revision=1084 --- tests/test4.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/test4.c 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 */ + + + +} -- cgit v1.2.3