aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/mime-filter/Makefile.am
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-04-10 19:35:00 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-04-10 19:35:00 +0800
commit2e7d1434aedfbb634ede57faf6741dae5419d520 (patch)
treec899efdc2fdbce344fbced33e345868d4259a37c /camel/tests/mime-filter/Makefile.am
parent0933b12476c210975487cd29c3e05a0f248eac04 (diff)
downloadgsoc2013-evolution-2e7d1434aedfbb634ede57faf6741dae5419d520.tar
gsoc2013-evolution-2e7d1434aedfbb634ede57faf6741dae5419d520.tar.gz
gsoc2013-evolution-2e7d1434aedfbb634ede57faf6741dae5419d520.tar.bz2
gsoc2013-evolution-2e7d1434aedfbb634ede57faf6741dae5419d520.tar.lz
gsoc2013-evolution-2e7d1434aedfbb634ede57faf6741dae5419d520.tar.xz
gsoc2013-evolution-2e7d1434aedfbb634ede57faf6741dae5419d520.tar.zst
gsoc2013-evolution-2e7d1434aedfbb634ede57faf6741dae5419d520.zip
filter data test cases.
2003-04-10 Not Zed <NotZed@Ximian.com> * tests/mime-filter/data: filter data test cases. * tests/mime-filter/test-tohtml.c: New test for html filter. ** See bug #40969 * camel-mime-filter-tohtml.c (html_convert): Change the logic slightly, scan a whole line within the main loop. svn path=/trunk/; revision=20799
Diffstat (limited to 'camel/tests/mime-filter/Makefile.am')
-rw-r--r--camel/tests/mime-filter/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/camel/tests/mime-filter/Makefile.am b/camel/tests/mime-filter/Makefile.am
index 2c83f1202f..21635f839f 100644
--- a/camel/tests/mime-filter/Makefile.am
+++ b/camel/tests/mime-filter/Makefile.am
@@ -27,9 +27,10 @@ EXTRA_DIST = \
check_PROGRAMS = \
test-crlf \
- test-charset
+ test-charset \
+ test-tohtml
-TESTS = test-crlf test-charset
+TESTS = test-crlf test-charset test-tohtml