diff options
author | Michael Meeks <michael@ximian.com> | 2002-02-20 19:39:25 +0000 |
---|---|---|
committer | Michael Meeks <michael@src.gnome.org> | 2002-02-20 19:39:25 +0000 |
commit | cc520d0c9d7abe34363345d315c81ac882418ab3 (patch) | |
tree | 1e1320d257cc31ed1def9bd4623da22642cd3ea2 /Makefile.am | |
parent | 6709dce2e2fb98803fa7b7a54eb3d0245d4b2dee (diff) | |
download | librsvg-cc520d0c9d7abe34363345d315c81ac882418ab3.tar.gz |
add test-performance.c
2002-02-20 Michael Meeks <michael@ximian.com>
* Makefile.am: add test-performance.c
* test-performance.c: impl.
2002-02-17 Michael Meeks <michael@ximian.com>
* rsvg.c (rsvg_handle_write): make sure we set
replaceEntities before we parse any of the buffer.
(rsvg_pixbuf_from_file_at_size),
(rsvg_pixbuf_from_file_at_zoom): read / parse
SVG_BUFFER_SIZE bytes at a time, not 3.
(rsvgSAXHandler): kill bogus module global.
(rsvg_error_cb): impl.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c88cdf87..93a68351 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = test-rsvg +noinst_PROGRAMS = test-rsvg test-performance EXTRA_DIST =\ COPYING.LIB \ @@ -50,6 +50,11 @@ test_rsvg_LDFLAGS = test_rsvg_DEPENDENCIES = $(DEPS) test_rsvg_LDADD = $(LDADDS) -lm +test_performance_SOURCES=test-performance.c +test_performance_LDFLAGS = +test_performance_DEPENDENCIES = $(DEPS) +test_performance_LDADD = $(LDADDS) -lm + tests: test-rsvg ## Put `exec' in the name because this should be installed by |