harfbuzz/test/shaping/Makefile.am

105 lines
2.5 KiB
Makefile
Raw Normal View History

# Process this file with automake to produce Makefile.in
2012-01-22 01:43:58 +01:00
NULL =
EXTRA_DIST =
CLEANFILES =
DISTCLEANFILES =
MAINTAINERCLEANFILES =
2015-09-01 15:45:46 +02:00
# Convenience targets:
lib:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
2012-01-22 01:43:58 +01:00
EXTRA_DIST += \
README.md \
2012-01-22 01:43:58 +01:00
hb-diff \
hb-diff-colorize \
2012-01-22 01:43:58 +01:00
hb-diff-filter-failures \
2012-05-09 07:45:17 +02:00
hb-diff-stat \
2012-01-22 01:43:58 +01:00
hb-unicode-decode \
hb-unicode-encode \
hb-unicode-prettyname \
2014-07-16 19:32:51 +02:00
record-test.sh \
2017-12-07 08:52:55 +01:00
run-tests.py \
2013-10-28 20:23:07 +01:00
texts/in-tree \
fonts/sha1sum \
CMakeLists.txt \
2013-10-28 20:23:07 +01:00
$(TESTS) \
2012-01-22 01:43:58 +01:00
$(NULL)
# TODO Figure out Python stuff
EXTRA_DIST += \
hb_test_tools.py \
$(NULL)
CLEANFILES += \
hb_test_tools.py[co] \
$(NULL)
TESTS = \
2018-01-09 18:23:19 +01:00
tests/misc/arabic-fallback-shaping.tests \
tests/misc/arabic-feature-order.tests \
tests/misc/arabic-like-joining.tests \
tests/misc/arabic-mark-order.tests \
tests/misc/arabic-stch.tests \
tests/misc/automatic-fractions.tests \
tests/misc/cluster.tests \
tests/misc/color-fonts.tests \
tests/misc/context-matching.tests \
tests/misc/cursive-positioning.tests \
tests/misc/default-ignorables.tests \
tests/misc/emoji-flag-tags.tests \
tests/misc/fallback-positioning.tests \
tests/misc/fuzzed.tests \
tests/misc/hangul-jamo.tests \
tests/misc/hyphens.tests \
tests/misc/indic-consonant-with-stacker.tests \
tests/misc/indic-init.tests \
tests/misc/indic-joiner-candrabindu.tests \
tests/misc/indic-joiners.tests \
tests/misc/indic-old-spec.tests \
tests/misc/indic-pref-blocking.tests \
tests/misc/indic-script-extensions.tests \
tests/misc/indic-special-cases.tests \
tests/misc/indic-syllable.tests \
tests/misc/language-tags.tests \
tests/misc/ligature-id.tests \
tests/misc/mark-attachment.tests \
tests/misc/mark-filtering-sets.tests \
tests/misc/mongolian-variation-selector.tests \
tests/misc/spaces.tests \
tests/misc/simple.tests \
tests/misc/tibetan-contractions-1.tests \
tests/misc/tibetan-contractions-2.tests \
tests/misc/tibetan-vowels.tests \
tests/misc/use.tests \
tests/misc/use-marchen.tests \
tests/misc/use-syllable.tests \
tests/misc/variations-rvrn.tests \
tests/misc/vertical.tests \
tests/misc/zero-width-marks.tests \
$(NULL)
TEST_EXTENSIONS = \
.tests \
$(NULL)
AM_TESTS_ENVIRONMENT = \
EXEEXT="$(EXEEXT)"; \
2014-07-23 00:01:46 +02:00
export EXEEXT; \
srcdir="$(srcdir)"; \
export srcdir; \
builddir="$(builddir)"; \
export builddir; \
$(NULL)
if AUTOMAKE_OLDER_THAN_1_13
TESTS_ENVIRONMENT = \
$(AM_TESTS_ENVIRONMENT) \
$(TESTS_LOG_COMPILER) \
$(NULL)
endif
TESTS_LOG_COMPILER = $(srcdir)/run-tests.py
-include $(top_srcdir)/git.mk