Imported Upstream version 1.4.6
[platform/upstream/harfbuzz.git] / test / shaping / Makefile.am
index e2dcc98..89578e1 100644 (file)
@@ -6,10 +6,15 @@ CLEANFILES =
 DISTCLEANFILES =
 MAINTAINERCLEANFILES =
 
+# Convenience targets:
+lib:
+       @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
+
 manifests:
        @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" "$(srcdir)/tests"
 
 EXTRA_DIST += \
+       README.md \
        hb-diff \
        hb-diff-colorize \
        hb-diff-filter-failures \
@@ -38,11 +43,29 @@ CLEANFILES += \
 TESTS = \
        tests/arabic-fallback-shaping.tests \
        tests/arabic-feature-order.tests \
+       tests/arabic-like-joining.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/fallback-positioning.tests \
+       tests/fuzzed.tests \
        tests/hangul-jamo.tests \
+       tests/hyphens.tests \
+       tests/indic-joiner-candrabindu.tests \
        tests/indic-old-spec.tests \
        tests/indic-pref-blocking.tests \
+       tests/language-tags.tests \
+       tests/ligature-id.tests \
+       tests/mark-filtering-sets.tests \
        tests/mongolian-variation-selector.tests \
+       tests/spaces.tests \
+       tests/simple.tests \
+       tests/use.tests \
+       tests/use-marchen.tests \
+       tests/vertical.tests \
        tests/zero-width-marks.tests \
        $(NULL)