mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[repacker] Add repacker test that requires space splitting.
This commit is contained in:
parent
7883b7ed95
commit
79937d24b7
4 changed files with 6 additions and 1 deletions
BIN
test/subset/data/fonts/Harmattan-Regular.ttf
Normal file
BIN
test/subset/data/fonts/Harmattan-Regular.ttf
Normal file
Binary file not shown.
|
@ -3,10 +3,11 @@ TESTS = \
|
|||
prioritization.tests \
|
||||
table_duplication.tests \
|
||||
isolation.tests \
|
||||
advanced_prioritization.tests \
|
||||
space_splitting.tests \
|
||||
$(NULL)
|
||||
|
||||
XFAIL_TESTS = \
|
||||
advanced_prioritization.tests \
|
||||
$(NULL)
|
||||
|
||||
DISABLED_TESTS = \
|
||||
|
|
2
test/subset/data/repack_tests/space_splitting.tests
Normal file
2
test/subset/data/repack_tests/space_splitting.tests
Normal file
|
@ -0,0 +1,2 @@
|
|||
Harmattan-Regular.ttf
|
||||
*
|
|
@ -47,6 +47,8 @@ repack_tests = [
|
|||
'prioritization',
|
||||
'table_duplication',
|
||||
'isolation',
|
||||
'advanced_prioritization',
|
||||
'space_splitting',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue