[repacker] Add repacker test that requires space splitting.

This commit is contained in:
Garret Rieger 2021-10-05 12:53:21 -07:00
parent 7883b7ed95
commit 79937d24b7
4 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -3,10 +3,11 @@ TESTS = \
prioritization.tests \ prioritization.tests \
table_duplication.tests \ table_duplication.tests \
isolation.tests \ isolation.tests \
advanced_prioritization.tests \
space_splitting.tests \
$(NULL) $(NULL)
XFAIL_TESTS = \ XFAIL_TESTS = \
advanced_prioritization.tests \
$(NULL) $(NULL)
DISABLED_TESTS = \ DISABLED_TESTS = \

View File

@ -0,0 +1,2 @@
Harmattan-Regular.ttf
*

View File

@ -47,6 +47,8 @@ repack_tests = [
'prioritization', 'prioritization',
'table_duplication', 'table_duplication',
'isolation', 'isolation',
'advanced_prioritization',
'space_splitting',
] ]