[HarfBuzz] Context matching
Behdad Esfahbod
behdad at behdad.org
Mon Oct 14 10:43:16 PDT 2013
Which version of automake? This seems to fix it for now:
diff --git a/test/shaping/Makefile.am b/test/shaping/Makefile.am
index 2395783..d45dd30 100644
--- a/test/shaping/Makefile.am
+++ b/test/shaping/Makefile.am
@@ -31,7 +31,7 @@ CLEANFILES += \
hb_test_tools.py[co] \
$(NULL)
-TESTS = $(srcdir)/tests/*.tests
+TESTS = tests/context-matching.tests
TESTS_ENVIRONMENT = \
srcdir="$(srcdir)" \
builddir="$(builddir)" \
I'll push out tomorrow. The hotel internel doesn't let me push...
On 13-10-14 07:14 PM, Khaled Hosny wrote:
> Hi,
>
> Automake is failing on me:
> test/shaping/Makefile.am:34: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/tests/*.tests'
>
> Regards,
> Khaled
>
> On Mon, Oct 14, 2013 at 07:05:29PM +0200, Behdad Esfahbod wrote:
>> Hi!
>>
>> It's about 7pm in Paris and Jonathan and I just pushed out the rewritten
>> "apply_lookup" to master. This fixes the last remaining "TODO" item in the
>> GSUB/GPOS code, ie. (Chain)Context lookups with non-ascending sequence of
>> recursed lookups. We've tested this and seems to work fine and NOT break
>> thing, though we never know!
>>
>> This fixes rendering of certain sequences with Noto Bengali and Noto
>> Devanagari, among others.
>>
>> We also added a tiny test suite infrastructure in place to keep adding minimal
>> tests as we fix things.
>>
>> Khaled, Richard, others, please test!!
>>
>> --
>> behdad
>> http://behdad.org/
>
--
behdad
http://behdad.org/
More information about the HarfBuzz
mailing list