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

test: Dist the platform shaper test data
pull/3505/head
Khaled Hosny 3 years ago committed by GitHub
commit 38575c9042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      test/shape/data/in-house/Makefile.sources

@ -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…
Cancel
Save