[instance] add tests for colrv1 full instancing
This commit is contained in:
parent
fe671a5ac8
commit
ab87d7d225
|
@ -69,6 +69,7 @@ EXTRA_DIST += \
|
||||||
expected/post_apply_mvar_delta \
|
expected/post_apply_mvar_delta \
|
||||||
expected/apply_cvar_delta \
|
expected/apply_cvar_delta \
|
||||||
expected/collect_name_ids \
|
expected/collect_name_ids \
|
||||||
|
expected/instantiate_colrv1 \
|
||||||
fonts \
|
fonts \
|
||||||
profiles \
|
profiles \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
|
@ -60,6 +60,7 @@ TESTS = \
|
||||||
tests/post_apply_mvar_delta.tests \
|
tests/post_apply_mvar_delta.tests \
|
||||||
tests/apply_cvar_delta.tests \
|
tests/apply_cvar_delta.tests \
|
||||||
tests/collect_name_ids.tests \
|
tests/collect_name_ids.tests \
|
||||||
|
tests/instantiate_colrv1.tests \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
# TODO: re-enable once colrv1 subsetting is stabilized.
|
# TODO: re-enable once colrv1 subsetting is stabilized.
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1,14 @@
|
||||||
|
FONTS:
|
||||||
|
Foldit.ttf
|
||||||
|
|
||||||
|
PROFILES:
|
||||||
|
default.txt
|
||||||
|
|
||||||
|
SUBSETS:
|
||||||
|
*
|
||||||
|
|
||||||
|
INSTANCES:
|
||||||
|
wght=900
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
no_fonttools
|
|
@ -62,6 +62,7 @@ tests = [
|
||||||
'post_apply_mvar_delta',
|
'post_apply_mvar_delta',
|
||||||
'apply_cvar_delta',
|
'apply_cvar_delta',
|
||||||
'collect_name_ids',
|
'collect_name_ids',
|
||||||
|
'instantiate_colrv1',
|
||||||
]
|
]
|
||||||
|
|
||||||
repack_tests = [
|
repack_tests = [
|
||||||
|
|
Loading…
Reference in New Issue