Makefile.sources 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. TESTS = \
  2. tests/aat-morx.tests \
  3. tests/aat-trak.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-normalization.tests \
  10. tests/arabic-phags-pa.tests \
  11. tests/arabic-stch.tests \
  12. tests/automatic-fractions.tests \
  13. tests/cluster.tests \
  14. tests/collections.tests \
  15. tests/color-fonts.tests \
  16. tests/context-matching.tests \
  17. tests/coretext.tests \
  18. tests/cursive-positioning.tests \
  19. tests/default-ignorables.tests \
  20. tests/digits.tests \
  21. tests/directwrite.tests \
  22. tests/emoji.tests \
  23. tests/emoji-clusters.tests \
  24. tests/fallback-positioning.tests \
  25. tests/glyph-props-no-gdef.tests \
  26. tests/hangul-jamo.tests \
  27. tests/hebrew-diacritics.tests \
  28. tests/hyphens.tests \
  29. tests/indic-consonant-with-stacker.tests \
  30. tests/indic-decompose.tests \
  31. tests/indic-feature-order.tests \
  32. tests/indic-init.tests \
  33. tests/indic-joiner-candrabindu.tests \
  34. tests/indic-joiners.tests \
  35. tests/indic-malayalam-dot-reph.tests \
  36. tests/indic-old-spec.tests \
  37. tests/indic-pref-blocking.tests \
  38. tests/indic-script-extensions.tests \
  39. tests/indic-special-cases.tests \
  40. tests/indic-syllable.tests \
  41. tests/indic-vowel-letter-spoofing.tests \
  42. tests/item-context.tests \
  43. tests/kern-format2.tests \
  44. tests/khmer-mark-order.tests \
  45. tests/khmer-misc.tests \
  46. tests/language-tags.tests \
  47. tests/ligature-id.tests \
  48. tests/macos.tests \
  49. tests/mark-attachment.tests \
  50. tests/mark-filtering-sets.tests \
  51. tests/mongolian-variation-selector.tests \
  52. tests/myanmar-misc.tests \
  53. tests/myanmar-syllable.tests \
  54. tests/myanmar-zawgyi.tests \
  55. tests/nested-mark-filtering-sets.tests \
  56. tests/none-directional.tests \
  57. tests/positioning-features.tests \
  58. tests/rand.tests \
  59. tests/reverse-sub.tests \
  60. tests/rotation.tests \
  61. tests/sara-am.tests \
  62. tests/simple.tests \
  63. tests/sinhala.tests \
  64. tests/spaces.tests \
  65. tests/tibetan-contractions-1.tests \
  66. tests/tibetan-contractions-2.tests \
  67. tests/tibetan-vowels.tests \
  68. tests/tt-kern-gpos.tests \
  69. tests/uniscribe.tests \
  70. tests/unsafe-to-concat.tests \
  71. tests/use-indic3.tests \
  72. tests/use-javanese.tests \
  73. tests/use-marchen.tests \
  74. tests/use-syllable.tests \
  75. tests/use-vowel-letter-spoofing.tests \
  76. tests/use.tests \
  77. tests/variations.tests \
  78. tests/variations-rvrn.tests \
  79. tests/vertical.tests \
  80. tests/zero-width-marks.tests \
  81. $(NULL)
  82. DISABLED_TESTS = \
  83. $(NULL)