From d84efca312b2a10dc1c7b5444bc802c2d1b19e17 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 28 Jul 2021 13:17:41 +0200 Subject: [PATCH] [tests] Add missed test file to Makefile/meson It was introduced in 205737acdc268b1c90cf00bde2d2038519a8bf48 but was not actually used. See https://github.com/harfbuzz/harfbuzz/issues/2098 --- test/shaping/data/in-house/Makefile.sources | 1 + test/shaping/data/in-house/meson.build | 1 + 2 files changed, 2 insertions(+) diff --git a/test/shaping/data/in-house/Makefile.sources b/test/shaping/data/in-house/Makefile.sources index 46e3b5e14..a9424ddc8 100644 --- a/test/shaping/data/in-house/Makefile.sources +++ b/test/shaping/data/in-house/Makefile.sources @@ -57,6 +57,7 @@ TESTS = \ tests/use-indic3.tests \ tests/use-marchen.tests \ tests/use-syllable.tests \ + tests/use-vowel-letter-spoofing.tests \ tests/use.tests \ tests/variations.tests \ tests/variations-rvrn.tests \ diff --git a/test/shaping/data/in-house/meson.build b/test/shaping/data/in-house/meson.build index f3fe8735b..402cbc22e 100644 --- a/test/shaping/data/in-house/meson.build +++ b/test/shaping/data/in-house/meson.build @@ -57,6 +57,7 @@ in_house_tests = [ 'use-indic3.tests', 'use-marchen.tests', 'use-syllable.tests', + 'use-vowel-letter-spoofing.tests', 'use.tests', 'variations.tests', 'variations-rvrn.tests',