harfbuzz/test/subset/data/Makefile.sources

79 lines
2.2 KiB
Makefile

TESTS = \
tests/32bit_var_store.tests \
tests/basics.tests \
tests/preprocess.tests \
tests/cbdt.tests \
tests/cff-full-font.tests \
tests/cff-japanese.tests \
tests/cff.notoserifmyanmar.tests \
tests/cmap.tests \
tests/cmap14.tests \
tests/colr.tests \
tests/colr_glyphs.tests \
tests/colrv1.tests \
tests/colrv1_copy_varstore.tests \
tests/colr_with_components.tests \
tests/full-font.tests \
tests/glyf_bug_3131.tests \
tests/japanese.tests \
tests/layout.context.tests \
tests/layout.context_format2.tests \
tests/layout.gdef-attachlist.tests \
tests/layout.gdef-varstore.tests \
tests/layout.gdef.tests \
tests/layout.gdef.glyphset.tests \
tests/layout.gpos.tests \
tests/layout.gpos2.tests \
tests/layout.gpos3.tests \
tests/layout.gpos4.tests \
tests/layout.gpos5.tests \
tests/layout.gpos6.tests \
tests/layout.gpos8.tests \
tests/layout.gpos8.amiri.tests \
tests/layout.gpos9.tests \
tests/layout.gsub3.tests \
tests/layout.gsub5.tests \
tests/layout.gsub5_format2.tests \
tests/layout.gsub6.tests \
tests/layout.gsub8.tests \
tests/layout.khmer.tests \
tests/layout.notonastaliqurdu.tests \
tests/layout.tests \
tests/layout.tinos.tests \
tests/layout.duplicate_features.tests \
tests/layout.unsorted_featurelist.tests \
tests/layout.drop_feature.tests \
tests/no_layout_closure.tests \
tests/sbix.tests \
tests/variable.tests \
tests/glyph_names.tests \
tests/math.tests \
tests/math_coverage_offset.tests \
tests/post.tests \
tests/full_instance.tests \
tests/instance_feature_variations.tests \
tests/instantiate_glyf.tests \
tests/instantiate_cff2.tests \
tests/pin_all_at_default.tests \
tests/instance_no_double_free.tests \
tests/mvar_full_instance.tests \
tests/instance_comp_glyph_empty_child.tests \
tests/post_apply_mvar_delta.tests \
tests/apply_cvar_delta.tests \
tests/collect_name_ids.tests \
tests/instantiate_colrv1.tests \
tests/instantiate_cff2_update_metrics.tests \
$(NULL)
# TODO: re-enable once colrv1 subsetting is stabilized.
# tests/colrv1.notoemoji.tests
# tests/colrv1.tests
XFAIL_TESTS = \
$(NULL)
# Disabled because instancing is only available w/ experimental API on.
DISABLED_TESTS = \
$(NULL)