aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-05-20 00:17:13 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-20 00:17:13 +0800
commitae208c7e8ff0463666c52392553af2572a8ee9b5 (patch)
treeeeccba976c4f17fca2c479cce3c14c9b657e2775 /tests/Makefile.am
parentcfcf5e016ca8acab994c301101280331cab54a0d (diff)
downloadgsoc2013-evolution-ae208c7e8ff0463666c52392553af2572a8ee9b5.tar
gsoc2013-evolution-ae208c7e8ff0463666c52392553af2572a8ee9b5.tar.gz
gsoc2013-evolution-ae208c7e8ff0463666c52392553af2572a8ee9b5.tar.bz2
gsoc2013-evolution-ae208c7e8ff0463666c52392553af2572a8ee9b5.tar.lz
gsoc2013-evolution-ae208c7e8ff0463666c52392553af2572a8ee9b5.tar.xz
gsoc2013-evolution-ae208c7e8ff0463666c52392553af2572a8ee9b5.tar.zst
gsoc2013-evolution-ae208c7e8ff0463666c52392553af2572a8ee9b5.zip
A little vfolder test.
svn path=/trunk/; revision=3137
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4f8214829b..8ce3cffb3d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,6 +34,13 @@ LDADD = \
# $(GNOME_LIBDIR) \
# $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS)
+test14_LDADD = \
+ $(top_builddir)/camel/providers/vee/libcamelvee.la \
+ $(top_builddir)/camel/libcamel.la \
+ $(top_builddir)/libibex/libibex.la \
+ $(GNOME_LIBDIR) \
+ $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS)
+
#test12_LDADD = \
# $(top_builddir)/camel/libcamel.la \
# $(top_builddir)/camel/providers/nntp/libcamelnntp.la \
@@ -61,6 +68,7 @@ noinst_PROGRAMS = \
test10 \
test11 \
test13 \
+ test14 \
test-movemail \
test-url \
$(THREAD_RELATED_TESTS)