harfbuzz/test/shaping/data/Makefile.am
Behdad Esfahbod 264c4a539c [test] Reorder test suites
aots is less interesting.  Run text-rendering-tests before aots.
2018-11-25 01:16:01 -05:00

15 lines
243 B
Makefile

# Process this file with automake to produce Makefile.in
NULL =
SUBDIRS = \
in-house \
text-rendering-tests \
aots \
$(NULL)
# Convenience targets:
lib:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
-include $(top_srcdir)/git.mk