[subset] Update make files for 32bit_var_store test.
This commit is contained in:
parent
9c41bfe1a6
commit
209d6aa2b7
|
@ -7,6 +7,7 @@ SUBDIRS = repack_tests
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
$(TESTS) \
|
$(TESTS) \
|
||||||
|
expected/32bit_var_store \
|
||||||
expected/basics \
|
expected/basics \
|
||||||
expected/full-font \
|
expected/full-font \
|
||||||
expected/glyf_bug_3131 \
|
expected/glyf_bug_3131 \
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
TESTS = \
|
TESTS = \
|
||||||
|
tests/32bit_var_store.tests \
|
||||||
tests/basics.tests \
|
tests/basics.tests \
|
||||||
tests/cbdt.tests \
|
tests/cbdt.tests \
|
||||||
tests/cff-full-font.tests \
|
tests/cff-full-font.tests \
|
||||||
|
|
|
@ -49,6 +49,7 @@ tests = [
|
||||||
'variable',
|
'variable',
|
||||||
'glyph_names',
|
'glyph_names',
|
||||||
'post',
|
'post',
|
||||||
|
'32bit_var_store',
|
||||||
]
|
]
|
||||||
|
|
||||||
repack_tests = [
|
repack_tests = [
|
||||||
|
|
Loading…
Reference in New Issue