diff --git a/test/shape/data/in-house/Makefile.sources b/test/shape/data/in-house/Makefile.sources index 02c9e914b..a04528fa0 100644 --- a/test/shape/data/in-house/Makefile.sources +++ b/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)