Merge pull request #3504 from fanc999/dist-plat-shaper-tests

test: Dist the platform shaper test data
This commit is contained in:
Khaled Hosny 2022-03-24 05:51:22 +02:00 committed by GitHub
commit 38575c9042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -71,5 +71,15 @@ TESTS = \
tests/zero-width-marks.tests \
$(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 = \
$(NULL)