On Mon, Oct 14, 2013 at 07:43:16PM +0200, Behdad Esfahbod wrote: > Which version of automake? This seems to fix it for now:
1.14 > 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)" \ > This seems to make automake happy, and the build finishes now. My tests show no regressions (but their coverage is a bit spotty), will try to do more testing later. Regards, Khaled _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
