HarfBuzz text shaping engine
http://harfbuzz.github.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
607 B
31 lines
607 B
TESTS = \ |
|
tests/basics.tests \ |
|
tests/full-font.tests \ |
|
tests/cff-full-font.tests \ |
|
tests/japanese.tests \ |
|
tests/cff-japanese.tests \ |
|
tests/cmap.tests \ |
|
tests/cmap14.tests \ |
|
tests/sbix.tests \ |
|
tests/colr.tests \ |
|
tests/cbdt.tests \ |
|
$(NULL) |
|
|
|
DISABLED_TESTS = \ |
|
tests/layout.tests \ |
|
tests/layout.gpos.tests \ |
|
tests/layout.gpos2.tests \ |
|
tests/layout.gpos3.tests \ |
|
tests/layout.gpos4.tests \ |
|
tests/layout.gpos6.tests \ |
|
tests/layout.gsub3.tests \ |
|
tests/layout.gsub6.tests \ |
|
tests/layout.gdef.tests \ |
|
tests/layout.context.tests \ |
|
$(NULL) |
|
|
|
XFAIL_TESTS = \ |
|
$(NULL) |
|
|
|
DISABLED_TESTS = \ |
|
$(NULL)
|
|
|