[pango/pango2-windows: 221/222] tests: Make test-break test program for FontConfig only




commit e88ad4d90b38df6933d8774e31d4f19ea2d30613
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Jun 9 11:18:30 2022 +0800

    tests: Make test-break test program for FontConfig only
    
    ...for now, until when the test is ported to non-FontConfig-specific usage.

 tests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 162d55f2..a8aae949 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -41,7 +41,6 @@ if cairo_dep.found()
     [ 'testattributes', [ 'testattributes.c', 'test-common.c' ] ],
     [ 'cxx-test', [ 'cxx-test.cpp' ] ],
     [ 'test-harfbuzz', [ 'test-harfbuzz.c' ] ],
-    [ 'test-break', [ 'test-break.c', 'test-common.c', 'validate-log-attrs.c' ] ],
     [ 'testmisc', [ 'testmisc.c' ] ],
   ]
 
@@ -49,6 +48,7 @@ if cairo_dep.found()
     tests += [
       [ 'testserialize', [ 'testserialize.c' ] ],
       [ 'testhbfont', [ 'testhbfont.c' ] ],
+      [ 'test-break', [ 'test-break.c', 'test-common.c', 'validate-log-attrs.c' ] ],
     ]
 
     if host_system != 'darwin'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]