2012-01-19 21:21:04 +01:00
|
|
|
# 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-19 21:21:04 +01:00
|
|
|
manifests:
|
2013-10-14 18:47:51 +02:00
|
|
|
@$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts" "$(srcdir)/tests"
|
2012-01-19 21:43:48 +01:00
|
|
|
|
2012-01-22 01:43:58 +01:00
|
|
|
EXTRA_DIST += \
|
2016-02-23 05:47:16 +01:00
|
|
|
README.md \
|
2012-01-22 01:43:58 +01:00
|
|
|
hb-diff \
|
2012-05-08 23:41:41 +02:00
|
|
|
hb-diff-colorize \
|
2012-01-22 01:43:58 +01:00
|
|
|
hb-diff-filter-failures \
|
2012-05-09 09:54:54 +02:00
|
|
|
hb-diff-ngrams \
|
2012-05-09 07:45:17 +02:00
|
|
|
hb-diff-stat \
|
2012-01-22 01:43:58 +01:00
|
|
|
hb-manifest-read \
|
|
|
|
hb-manifest-update \
|
|
|
|
hb-unicode-decode \
|
|
|
|
hb-unicode-encode \
|
|
|
|
hb-unicode-prettyname \
|
2014-07-16 19:32:51 +02:00
|
|
|
record-test.sh \
|
2013-10-14 18:47:51 +02:00
|
|
|
run-tests.sh \
|
2013-10-28 20:23:07 +01:00
|
|
|
texts/in-tree \
|
|
|
|
fonts/sha1sum \
|
|
|
|
$(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)
|
|
|
|
|
[indic] Don't reorder reph/pref if ligature was expanded
Normally if you want to, say, conditionally prevent a 'pref', you
would use blocking contextual matching. Some designers instead
form the 'pref' form, then undo it in context. To detect that
we now also remember glyphs that went through MultipleSubst.
In the only place that this is used, Uniscribe seems to only care
about the "last" transformation between Ligature and Multiple
substitions. Ie. if you ligate, expand, and ligate again, it
moves the pref, but if you ligate and expand it doesn't. That's
why we clear the MULTIPLIED bit when setting LIGATED.
Micro-test added. Test: U+0D2F,0D4D,0D30 with font from:
[1]
https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
2014-06-04 22:57:42 +02:00
|
|
|
TESTS = \
|
2014-08-05 20:19:01 +02:00
|
|
|
tests/arabic-fallback-shaping.tests \
|
2014-07-17 19:36:09 +02:00
|
|
|
tests/arabic-feature-order.tests \
|
2017-01-26 23:50:14 +01:00
|
|
|
tests/arabic-like-joining.tests \
|
2017-01-18 21:48:13 +01:00
|
|
|
tests/automatic-fractions.tests \
|
2015-08-08 18:02:18 +02:00
|
|
|
tests/cluster.tests \
|
2016-12-05 04:55:17 +01:00
|
|
|
tests/color-fonts.tests \
|
[indic] Don't reorder reph/pref if ligature was expanded
Normally if you want to, say, conditionally prevent a 'pref', you
would use blocking contextual matching. Some designers instead
form the 'pref' form, then undo it in context. To detect that
we now also remember glyphs that went through MultipleSubst.
In the only place that this is used, Uniscribe seems to only care
about the "last" transformation between Ligature and Multiple
substitions. Ie. if you ligate, expand, and ligate again, it
moves the pref, but if you ligate and expand it doesn't. That's
why we clear the MULTIPLIED bit when setting LIGATED.
Micro-test added. Test: U+0D2F,0D4D,0D30 with font from:
[1]
https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
2014-06-04 22:57:42 +02:00
|
|
|
tests/context-matching.tests \
|
2015-08-25 21:28:39 +02:00
|
|
|
tests/cursive-positioning.tests \
|
2015-07-23 13:49:09 +02:00
|
|
|
tests/default-ignorables.tests \
|
2017-05-17 20:32:47 +02:00
|
|
|
tests/emoji-flag-tags.tests \
|
2016-05-02 10:28:24 +02:00
|
|
|
tests/fallback-positioning.tests \
|
2015-10-09 18:34:02 +02:00
|
|
|
tests/fuzzed.tests \
|
2014-08-01 00:51:37 +02:00
|
|
|
tests/hangul-jamo.tests \
|
2015-11-05 02:38:22 +01:00
|
|
|
tests/hyphens.tests \
|
2014-12-10 21:05:24 +01:00
|
|
|
tests/indic-joiner-candrabindu.tests \
|
2017-07-14 15:14:35 +02:00
|
|
|
tests/indic-joiners.tests \
|
2014-07-23 22:48:51 +02:00
|
|
|
tests/indic-old-spec.tests \
|
[indic] Don't reorder reph/pref if ligature was expanded
Normally if you want to, say, conditionally prevent a 'pref', you
would use blocking contextual matching. Some designers instead
form the 'pref' form, then undo it in context. To detect that
we now also remember glyphs that went through MultipleSubst.
In the only place that this is used, Uniscribe seems to only care
about the "last" transformation between Ligature and Multiple
substitions. Ie. if you ligate, expand, and ligate again, it
moves the pref, but if you ligate and expand it doesn't. That's
why we clear the MULTIPLIED bit when setting LIGATED.
Micro-test added. Test: U+0D2F,0D4D,0D30 with font from:
[1]
https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
2014-06-04 22:57:42 +02:00
|
|
|
tests/indic-pref-blocking.tests \
|
2017-07-14 16:50:22 +02:00
|
|
|
tests/indic-syllable.tests \
|
2016-08-09 03:08:08 +02:00
|
|
|
tests/language-tags.tests \
|
2015-12-17 16:21:14 +01:00
|
|
|
tests/ligature-id.tests \
|
2016-04-05 01:24:27 +02:00
|
|
|
tests/mark-filtering-sets.tests \
|
2014-07-17 19:36:09 +02:00
|
|
|
tests/mongolian-variation-selector.tests \
|
2015-11-04 23:48:46 +01:00
|
|
|
tests/spaces.tests \
|
2015-11-27 00:48:30 +01:00
|
|
|
tests/simple.tests \
|
2017-07-14 13:14:55 +02:00
|
|
|
tests/tibetan-contractions-1.tests \
|
|
|
|
tests/tibetan-contractions-2.tests \
|
|
|
|
tests/tibetan-vowels.tests \
|
2015-12-17 12:59:15 +01:00
|
|
|
tests/use.tests \
|
2017-01-06 05:20:06 +01:00
|
|
|
tests/use-marchen.tests \
|
2017-07-14 17:38:51 +02:00
|
|
|
tests/use-syllable.tests \
|
2017-08-09 03:37:03 +02:00
|
|
|
tests/variations-rvrn.tests \
|
2015-07-23 13:50:48 +02:00
|
|
|
tests/vertical.tests \
|
2014-07-27 01:17:44 +02:00
|
|
|
tests/zero-width-marks.tests \
|
[indic] Don't reorder reph/pref if ligature was expanded
Normally if you want to, say, conditionally prevent a 'pref', you
would use blocking contextual matching. Some designers instead
form the 'pref' form, then undo it in context. To detect that
we now also remember glyphs that went through MultipleSubst.
In the only place that this is used, Uniscribe seems to only care
about the "last" transformation between Ligature and Multiple
substitions. Ie. if you ligate, expand, and ligate again, it
moves the pref, but if you ligate and expand it doesn't. That's
why we clear the MULTIPLIED bit when setting LIGATED.
Micro-test added. Test: U+0D2F,0D4D,0D30 with font from:
[1]
https://code.google.com/a/google.com/p/noto-alpha/issues/detail?id=186#c29
2014-06-04 22:57:42 +02:00
|
|
|
$(NULL)
|
2013-12-05 01:59:48 +01:00
|
|
|
|
|
|
|
TEST_EXTENSIONS = \
|
|
|
|
.tests \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
AM_TESTS_ENVIRONMENT = \
|
|
|
|
EXEEXT="$(EXEEXT)"; \
|
2014-07-23 00:01:46 +02:00
|
|
|
export EXEEXT; \
|
2013-12-05 01:59:48 +01:00
|
|
|
srcdir="$(srcdir)"; \
|
|
|
|
export srcdir; \
|
|
|
|
builddir="$(builddir)"; \
|
|
|
|
export builddir; \
|
2013-10-14 18:47:51 +02:00
|
|
|
$(NULL)
|
|
|
|
|
2013-12-06 00:19:35 +01:00
|
|
|
if AUTOMAKE_OLDER_THAN_1_13
|
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
|
$(AM_TESTS_ENVIRONMENT) \
|
|
|
|
$(TESTS_LOG_COMPILER) \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2013-12-05 01:59:48 +01:00
|
|
|
TESTS_LOG_COMPILER = sh $(srcdir)/run-tests.sh
|
|
|
|
|
2012-01-19 21:21:04 +01:00
|
|
|
.PHONY: manifests
|
|
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|