From eb44d64bc25c10028d3d44aa93c5507d217bd193 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 24 Mar 2022 10:52:48 +0800 Subject: [PATCH] test: Dist the platform shaper test data For builds from release tarballs, the tests fail in the DirectWrite and Uniscribe tests when these platform shapers are enabled, since the data files were not found in the source tree, when building with Meson at least. Fix this by dist'ing the platform shaper test data files. --- test/shape/data/in-house/Makefile.sources | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)