2018-01-11 10:48:42 +01:00
|
|
|
TESTS = \
|
|
|
|
tests/arabic-fallback-shaping.tests \
|
|
|
|
tests/arabic-feature-order.tests \
|
|
|
|
tests/arabic-like-joining.tests \
|
2018-10-02 14:40:14 +02:00
|
|
|
tests/arabic-mark-attach.tests \
|
2018-01-11 10:48:42 +01:00
|
|
|
tests/arabic-mark-order.tests \
|
|
|
|
tests/arabic-stch.tests \
|
|
|
|
tests/automatic-fractions.tests \
|
|
|
|
tests/cluster.tests \
|
2018-07-02 14:56:43 +02:00
|
|
|
tests/collections.tests \
|
2018-01-11 10:48:42 +01:00
|
|
|
tests/color-fonts.tests \
|
|
|
|
tests/context-matching.tests \
|
|
|
|
tests/cursive-positioning.tests \
|
|
|
|
tests/default-ignorables.tests \
|
2018-10-03 21:30:48 +02:00
|
|
|
tests/emoji.tests \
|
2018-01-11 10:48:42 +01:00
|
|
|
tests/fallback-positioning.tests \
|
|
|
|
tests/fuzzed.tests \
|
|
|
|
tests/hangul-jamo.tests \
|
|
|
|
tests/hyphens.tests \
|
|
|
|
tests/indic-consonant-with-stacker.tests \
|
2018-04-13 10:13:29 +02:00
|
|
|
tests/indic-decompose.tests \
|
2018-01-11 10:48:42 +01:00
|
|
|
tests/indic-init.tests \
|
|
|
|
tests/indic-joiner-candrabindu.tests \
|
|
|
|
tests/indic-joiners.tests \
|
|
|
|
tests/indic-old-spec.tests \
|
|
|
|
tests/indic-pref-blocking.tests \
|
|
|
|
tests/indic-script-extensions.tests \
|
|
|
|
tests/indic-special-cases.tests \
|
|
|
|
tests/indic-syllable.tests \
|
2018-10-03 14:44:25 +02:00
|
|
|
tests/indic-vowel-letter-spoofing.tests \
|
2018-10-01 19:35:48 +02:00
|
|
|
tests/khmer-mark-order.tests \
|
|
|
|
tests/khmer-misc.tests \
|
2018-01-11 10:48:42 +01:00
|
|
|
tests/language-tags.tests \
|
|
|
|
tests/ligature-id.tests \
|
|
|
|
tests/mark-attachment.tests \
|
|
|
|
tests/mark-filtering-sets.tests \
|
|
|
|
tests/mongolian-variation-selector.tests \
|
2018-02-02 18:04:04 +01:00
|
|
|
tests/myanmar-syllable.tests \
|
2018-05-07 22:58:32 +02:00
|
|
|
tests/none-directional.tests \
|
2018-01-28 01:48:38 +01:00
|
|
|
tests/rand.tests \
|
2018-01-11 10:48:42 +01:00
|
|
|
tests/spaces.tests \
|
|
|
|
tests/simple.tests \
|
2018-06-05 00:40:43 +02:00
|
|
|
tests/sinhala.tests \
|
2018-01-11 10:48:42 +01:00
|
|
|
tests/tibetan-contractions-1.tests \
|
|
|
|
tests/tibetan-contractions-2.tests \
|
|
|
|
tests/tibetan-vowels.tests \
|
|
|
|
tests/use.tests \
|
|
|
|
tests/use-marchen.tests \
|
|
|
|
tests/use-syllable.tests \
|
|
|
|
tests/variations-rvrn.tests \
|
|
|
|
tests/vertical.tests \
|
|
|
|
tests/zero-width-marks.tests \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
DISABLED_TESTS = \
|
|
|
|
$(NULL)
|