24887d1115
Annotated OpenType Specification or aots, https://github.com/adobe-type-tools/aots provides a set of tests for OpenType specification, this change add those tests in addition to modified version of their HarfBuzz test runner for generating harfbuzz project specific tests.
15 lines
243 B
Makefile
15 lines
243 B
Makefile
# Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
SUBDIRS = \
|
|
in-house \
|
|
aots \
|
|
text-rendering-tests \
|
|
$(NULL)
|
|
|
|
# Convenience targets:
|
|
lib:
|
|
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
|
|
|
|
-include $(top_srcdir)/git.mk
|