59 lines
1.5 KiB
Makefile
59 lines
1.5 KiB
Makefile
# Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
|
|
EXTRA_DIST = \
|
|
COPYING \
|
|
fonts \
|
|
$(TESTS) \
|
|
$(NULL)
|
|
|
|
TEST_EXTENSIONS = .tests
|
|
TESTS_LOG_COMPILER = $(srcdir)/../../run-tests.py $(top_builddir)/util/hb-shape$(EXEEXT)
|
|
|
|
TESTS = \
|
|
tests/arabic-fallback-shaping.tests \
|
|
tests/arabic-feature-order.tests \
|
|
tests/arabic-like-joining.tests \
|
|
tests/arabic-mark-order.tests \
|
|
tests/arabic-stch.tests \
|
|
tests/automatic-fractions.tests \
|
|
tests/cluster.tests \
|
|
tests/color-fonts.tests \
|
|
tests/context-matching.tests \
|
|
tests/cursive-positioning.tests \
|
|
tests/default-ignorables.tests \
|
|
tests/emoji-flag-tags.tests \
|
|
tests/fallback-positioning.tests \
|
|
tests/fuzzed.tests \
|
|
tests/hangul-jamo.tests \
|
|
tests/hyphens.tests \
|
|
tests/indic-consonant-with-stacker.tests \
|
|
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 \
|
|
tests/language-tags.tests \
|
|
tests/ligature-id.tests \
|
|
tests/mark-attachment.tests \
|
|
tests/mark-filtering-sets.tests \
|
|
tests/mongolian-variation-selector.tests \
|
|
tests/spaces.tests \
|
|
tests/simple.tests \
|
|
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)
|
|
|
|
-include $(top_srcdir)/git.mk
|