diff options
Diffstat (limited to 'camel/tests/folder/test10.c')
-rw-r--r-- | camel/tests/folder/test10.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/tests/folder/test10.c b/camel/tests/folder/test10.c index f96c885ef0..09454a95cc 100644 --- a/camel/tests/folder/test10.c +++ b/camel/tests/folder/test10.c @@ -4,6 +4,7 @@ #include <pthread.h> #include "camel-test.h" +#include "camel-test-provider.h" #include "folders.h" #include "messages.h" #include "session.h" @@ -19,6 +20,7 @@ #define ARRAY_LEN(x) (sizeof(x)/sizeof(x[0])) +static const char *local_drivers[] = { "local" }; static char *local_providers[] = { "mbox", "mh", @@ -63,6 +65,7 @@ int main(int argc, char **argv) pthread_t threads[MAX_THREADS]; camel_test_init(argc, argv); + camel_test_provider_init(1, local_drivers); ex = camel_exception_new(); |