From 84725fb005777990890a85ba9e67566c7f2e0a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 2 Dec 2018 00:32:57 +0000 Subject: [PATCH] meson: tests: shaping: add missing in-house tests --- test/shaping/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/shaping/meson.build b/test/shaping/meson.build index 93cd9fb55..af13fa945 100644 --- a/test/shaping/meson.build +++ b/test/shaping/meson.build @@ -29,10 +29,12 @@ in_house_tests = [ ['indic-special-cases.tests'], ['indic-syllable.tests'], ['indic-vowel-letter-spoofing.tests'], + ['kern-format2.tests'], ['khmer-mark-order.tests'], ['khmer-misc.tests'], ['language-tags.tests'], ['ligature-id.tests'], + ['macos.tests'], ['mark-attachment.tests'], ['mark-filtering-sets.tests'], ['mongolian-variation-selector.tests'],