mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 14:29:24 +00:00
Merge pull request #3504 from fanc999/dist-plat-shaper-tests
test: Dist the platform shaper test data
This commit is contained in:
commit
38575c9042
1 changed files with 10 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue