[cairo-commit] cairo/test .cvsignore, 1.16, 1.17 Makefile.am, 1.31,
1.32 set-source-ref.png, NONE, 1.1 set-source.c, NONE, 1.1
Carl Worth
commit at pdx.freedesktop.org
Thu Apr 14 09:13:50 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv9806/test
Modified Files:
.cvsignore Makefile.am
Added Files:
set-source-ref.png set-source.c
Log Message:
* test/.cvsignore:
* test/Makefile.am:
* test/set-source-ref.png:
* test/set-source.c: (draw), (main): Add set-source test in
preparation for upcoming cairo_set_source patch.
Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- .cvsignore 13 Apr 2005 21:48:03 -0000 1.16
+++ .cvsignore 14 Apr 2005 16:13:48 -0000 1.17
@@ -14,8 +14,9 @@
move-to-show-surface
path-data
pixman-rotate
-surface-finish-twice
+set-source
select-font-no-show-text
+surface-finish-twice
text-cache-crash
text-rotate
transforms
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Makefile.am 13 Apr 2005 21:48:03 -0000 1.31
+++ Makefile.am 14 Apr 2005 16:13:48 -0000 1.32
@@ -11,8 +11,9 @@
move-to-show-surface \
path-data \
pixman-rotate \
-surface-finish-twice \
select-font-no-show-text\
+set-source \
+surface-finish-twice \
text-cache-crash \
text-rotate \
transforms \
@@ -35,6 +36,7 @@
path-data-ref.png \
pixman-rotate-ref.png \
romedalen.png \
+set-source-ref.png \
transforms-ref.png \
translate-show-surface-ref.png \
trap-clip-ref.png
@@ -92,8 +94,9 @@
move_to_show_surface_LDADD = $(LDADDS)
path_data_LDADD = $(LDADDS)
pixman_rotate_LDADD = $(LDADDS)
-surface_finish_twice_LDADD = $(LDADDS)
select_font_no_show_text_LDADD = $(LDADDS)
+set_source_LDADD = $(LDADDS)
+surface_finish_twice_LDADD = $(LDADDS)
text_cache_crash_LDADD = $(LDADDS)
text_rotate_LDADD = $(LDADDS)
transforms_LDADD = $(LDADDS)
--- NEW FILE: set-source-ref.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: set-source.c ---
(This appears to be a binary file; contents omitted.)
More information about the cairo-commit
mailing list