[repacker] Add repacker test that requires space splitting.
This commit is contained in:
parent
7883b7ed95
commit
79937d24b7
Binary file not shown.
|
@ -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 = \
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Harmattan-Regular.ttf
|
||||||
|
*
|
|
@ -47,6 +47,8 @@ repack_tests = [
|
||||||
'prioritization',
|
'prioritization',
|
||||||
'table_duplication',
|
'table_duplication',
|
||||||
'isolation',
|
'isolation',
|
||||||
|
'advanced_prioritization',
|
||||||
|
'space_splitting',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue