aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-02-02 13:27:27 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-02-02 13:27:27 +0800
commit0715f576a87349732786f1a2a76c35ac7ceff9ff (patch)
tree8d0dff3aec3b9f10e12ef2fd7fc481536b7162f0 /tests/Makefile.am
parentc499722cef56ddd2ebfd8d2ff2c6c21c8918a9b0 (diff)
downloadgsoc2013-evolution-0715f576a87349732786f1a2a76c35ac7ceff9ff.tar
gsoc2013-evolution-0715f576a87349732786f1a2a76c35ac7ceff9ff.tar.gz
gsoc2013-evolution-0715f576a87349732786f1a2a76c35ac7ceff9ff.tar.bz2
gsoc2013-evolution-0715f576a87349732786f1a2a76c35ac7ceff9ff.tar.lz
gsoc2013-evolution-0715f576a87349732786f1a2a76c35ac7ceff9ff.tar.xz
gsoc2013-evolution-0715f576a87349732786f1a2a76c35ac7ceff9ff.tar.zst
gsoc2013-evolution-0715f576a87349732786f1a2a76c35ac7ceff9ff.zip
+ * tests/test-formatter.c: New file; intended to test the
+ CamelFormatter class. + + * camel/camel-formatter.c: Lots of cleanup, commenting, some new + functions, and a really basic skeleton for getting bonobo objects + into the html. + (encode_entities): New function, stolen from Daniel Velliard. svn path=/trunk/; revision=1660
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5bdb8a806f..7f5873ea53 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,4 +32,5 @@ noinst_PROGRAMS = \
test7 \
test8 \
test9 \
- test10
+ test10 \
+ test-formatter