summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2023-01-27 19:18:10 +1030
committerAdrian Johnson <ajohnson@redneon.com>2023-01-27 20:22:18 +1030
commit9e59808ecb5f39e551e5e2ffbdab08c8ec66d21b (patch)
treede19fe59be58a137e9af25b109123892c37c2979 /test/meson.build
parentc8695f050340bff1dc2b3a64cf8386c5ad19c274 (diff)
downloadcairo-9e59808ecb5f39e551e5e2ffbdab08c8ec66d21b.tar.gz
svg: test foreground colors
Convert the ft-svg-render-palette test to a color test that test both palettes and foreground colors.
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/meson.build b/test/meson.build
index 275dd07d7..e5b4f89d5 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -436,7 +436,7 @@ test_ft_svg_font_sources = [
test_ft_svg_ttx_font_sources = [
'ft-svg-cairo-logo.c',
'ft-svg-render.c',
- 'ft-svg-render-palette.c'
+ 'ft-svg-render-color.c'
]
test_gl_sources = [
@@ -532,10 +532,10 @@ ps2png_sources = [
test_ttx_fonts = [
'cairo-logo-font.ttx',
+ 'cairo-svg-test-color.ttx',
'cairo-svg-test-doc.ttx',
'cairo-svg-test-fill.ttx',
'cairo-svg-test-gradient.ttx',
- 'cairo-svg-test-palette.ttx',
'cairo-svg-test-path.ttx',
'cairo-svg-test-shapes.ttx',
'cairo-svg-test-stroke.ttx',