diff --git a/test/Makefile.sources b/test/Makefile.sources index 1a04ae03b..0fc7c52f6 100644 --- a/test/Makefile.sources +++ b/test/Makefile.sources @@ -418,8 +418,8 @@ gl_surface_test_sources = \ gl-surface-source.c egl_surface_test_sources = \ - egl-oversized-surface.c \ - egl-surface-source.c + egl-oversized-surface.c \ + egl-surface-source.c quartz_surface_test_sources = quartz-surface-source.c diff --git a/test/meson.build b/test/meson.build index b8149a7bc..48703e7db 100644 --- a/test/meson.build +++ b/test/meson.build @@ -26,6 +26,7 @@ test_sources = [ 'bilevel-image.c', 'bug-40410.c', 'bug-51910.c', + 'bug-75705.c', 'bug-84115.c', 'bug-bo-rectangular.c', 'bug-bo-collins.c', @@ -145,7 +146,6 @@ test_sources = [ 'font-face-get-type.c', 'font-matrix-translation.c', 'font-options.c', - #'font-variations.c', 'glyph-cache-pressure.c', 'get-and-set.c', 'get-clip.c', @@ -357,6 +357,7 @@ test_sources = [ 'text-glyph-range.c', 'text-pattern.c', 'text-rotate.c', + 'text-subpixel.c', 'text-transform.c', 'text-unhinted-metrics.c', 'text-zero-len.c', @@ -399,7 +400,10 @@ test_pthread_sources = [ 'pthread-similar.c', ] +# Only font-variations.c is ft-specific according to Makefile.sources, the other +# depend on fontconfig test_ft_font_sources = [ + 'font-variations.c', 'bitmap-font.c', 'ft-font-create-for-ft-face.c', 'ft-show-glyphs-positioning.c',