[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 += \
|
||||
$(TESTS) \
|
||||
expected/32bit_var_store \
|
||||
expected/basics \
|
||||
expected/full-font \
|
||||
expected/glyf_bug_3131 \
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
TESTS = \
|
||||
tests/32bit_var_store.tests \
|
||||
tests/basics.tests \
|
||||
tests/cbdt.tests \
|
||||
tests/cff-full-font.tests \
|
||||
|
|
|
@ -49,6 +49,7 @@ tests = [
|
|||
'variable',
|
||||
'glyph_names',
|
||||
'post',
|
||||
'32bit_var_store',
|
||||
]
|
||||
|
||||
repack_tests = [
|
||||
|
|
Loading…
Reference in New Issue