From 7e8e444982ca1b454a8d7fb7e6462f6d1ced44d2 Mon Sep 17 00:00:00 2001 From: bertrand Date: Thu, 5 Aug 1999 21:25:53 +0000 Subject: test mh provider. 1999-08-05 bertrand * tests/test4.c: test mh provider. * camel/providers/MH/camel-mh-folder.c (_get_message): implemented svn path=/trunk/; revision=1083 --- tests/Makefile.am | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index ac29a88a93..3e8f4de850 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ # process this file with automake to create Makefile.in INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/camel \ - -I$(includedir) + -I$(includedir) -I$(top_srcdir)/camel/providers/MH LDADD = \ $(top_builddir)/camel/libcamel.la \ @@ -9,8 +9,18 @@ LDADD = \ $(GNOMEUI_LIBS) $(INTLLIBS) # $(BONOBO_LIBS) + + + +test4_LDADD = \ + $(top_builddir)/camel/libcamel.la \ + $(top_builddir)/camel/providers/MH/libcamelmh.la \ + $(GNOME_LIBDIR) \ + $(GNOMEUI_LIBS) $(INTLLIBS) + + noinst_PROGRAMS = \ test1 \ test2 \ - test3 - + test3 \ + test4 -- cgit v1.2.3