From e8a2fed920088141d8ed47c6803bc166b18c5418 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sat, 22 Jan 2000 01:35:11 +0000 Subject: add exception handling everywhere in the store related functions 2000-01-21 bertrand * camel/camel-store.c: add exception handling everywhere in the store related functions arguments. * camel/providers/mbox/camel-mbox-folder.c: idem * camel/providers/mbox/camel-mbox-folder.h: idem * camel/providers/mbox/camel-mbox-store.h: idem * camel/providers/mbox/Makefile.am (libcamelmbox_la_SOURCES): added camel-mbox-provider.c to the mbox provider sources. svn path=/trunk/; revision=1605 --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index a7f0cb1883..5bdb8a806f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,4 +31,5 @@ noinst_PROGRAMS = \ test3 \ test7 \ test8 \ - test9 + test9 \ + test10 -- cgit