1TESTS = \ 2 tests/aat-trak.tests \ 3 tests/aat-morx.tests \ 4 tests/arabic-fallback-shaping.tests \ 5 tests/arabic-feature-order.tests \ 6 tests/arabic-like-joining.tests \ 7 tests/arabic-mark-attach.tests \ 8 tests/arabic-mark-order.tests \ 9 tests/arabic-stch.tests \ 10 tests/automatic-fractions.tests \ 11 tests/cluster.tests \ 12 tests/collections.tests \ 13 tests/color-fonts.tests \ 14 tests/context-matching.tests \ 15 tests/cursive-positioning.tests \ 16 tests/default-ignorables.tests \ 17 tests/emoji.tests \ 18 tests/fallback-positioning.tests \ 19 tests/hangul-jamo.tests \ 20 tests/hyphens.tests \ 21 tests/indic-consonant-with-stacker.tests \ 22 tests/indic-decompose.tests \ 23 tests/indic-init.tests \ 24 tests/indic-joiner-candrabindu.tests \ 25 tests/indic-joiners.tests \ 26 tests/indic-old-spec.tests \ 27 tests/indic-pref-blocking.tests \ 28 tests/indic-script-extensions.tests \ 29 tests/indic-special-cases.tests \ 30 tests/indic-syllable.tests \ 31 tests/indic-vowel-letter-spoofing.tests \ 32 tests/kern-format2.tests \ 33 tests/khmer-mark-order.tests \ 34 tests/khmer-misc.tests \ 35 tests/language-tags.tests \ 36 tests/ligature-id.tests \ 37 tests/macos.tests \ 38 tests/mark-attachment.tests \ 39 tests/mark-filtering-sets.tests \ 40 tests/mongolian-variation-selector.tests \ 41 tests/myanmar-syllable.tests \ 42 tests/myanmar-zawgyi.tests \ 43 tests/none-directional.tests \ 44 tests/positioning-features.tests \ 45 tests/rand.tests \ 46 tests/spaces.tests \ 47 tests/simple.tests \ 48 tests/sinhala.tests \ 49 tests/tibetan-contractions-1.tests \ 50 tests/tibetan-contractions-2.tests \ 51 tests/tibetan-vowels.tests \ 52 tests/use.tests \ 53 tests/use-indic3.tests \ 54 tests/use-marchen.tests \ 55 tests/use-syllable.tests \ 56 tests/variations-rvrn.tests \ 57 tests/vertical.tests \ 58 tests/zero-width-marks.tests \ 59 $(NULL) 60 61DISABLED_TESTS = \ 62 $(NULL) 63