mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
add back missing tests that were disabled when wrapped by experimental
This commit is contained in:
parent
6c8985724e
commit
3b3c154bd1
2 changed files with 22 additions and 0 deletions
|
@ -74,6 +74,17 @@ EXTRA_DIST += \
|
|||
expected/collect_name_ids \
|
||||
expected/instantiate_cff2_update_metrics \
|
||||
expected/layout.empty_ligature_offset \
|
||||
expected/instantiate_base \
|
||||
expected/instantiate_colrv1 \
|
||||
expected/glyf_partial_instancing \
|
||||
expected/feature_variations_partial_instance \
|
||||
expected/update_def_wght \
|
||||
expected/mvar_partial_instance \
|
||||
expected/value_format_partial_instance \
|
||||
expected/gdef_partial_instance \
|
||||
expected/feature_variation_instance_collect_lookups \
|
||||
expected/sync_vmetrics \
|
||||
expected/empty_region_vardata \
|
||||
fonts \
|
||||
profiles \
|
||||
$(NULL)
|
||||
|
|
|
@ -65,6 +65,17 @@ TESTS = \
|
|||
tests/collect_name_ids.tests \
|
||||
tests/instantiate_cff2_update_metrics.tests \
|
||||
tests/layout.empty_ligature_offset.tests \
|
||||
tests/instantiate_base.tests \
|
||||
tests/instantiate_colrv1.tests \
|
||||
tests/glyf_partial_instancing.tests \
|
||||
tests/feature_variations_partial_instance.tests \
|
||||
tests/update_def_wght.tests \
|
||||
tests/mvar_partial_instance.tests \
|
||||
tests/value_format_partial_instance.tests \
|
||||
tests/gdef_partial_instance.tests \
|
||||
tests/feature_variation_instance_collect_lookups.tests \
|
||||
tests/sync_vmetrics.tests \
|
||||
tests/empty_region_vardata.tests \
|
||||
$(NULL)
|
||||
|
||||
# TODO: re-enable once colrv1 subsetting is stabilized.
|
||||
|
|
Loading…
Add table
Reference in a new issue