Merge pull request #3504 from fanc999/dist-plat-shaper-tests
test: Dist the platform shaper test data
This commit is contained in:
commit
38575c9042
|
@ -71,5 +71,15 @@ TESTS = \
|
||||||
tests/zero-width-marks.tests \
|
tests/zero-width-marks.tests \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
if HAVE_CORETEXT
|
||||||
|
TESTS += tests/coretext.tests
|
||||||
|
endif
|
||||||
|
if HAVE_DIRECTWRITE
|
||||||
|
TESTS += tests/directwrite.tests
|
||||||
|
endif
|
||||||
|
if HAVE_UNISCRIBE
|
||||||
|
TESTS += tests/uniscribe.tests
|
||||||
|
endif
|
||||||
|
|
||||||
DISABLED_TESTS = \
|
DISABLED_TESTS = \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
Loading…
Reference in New Issue