Imported Upstream version 1.7.6
[platform/upstream/harfbuzz.git] / test / shaping / data / in-house / Makefile.am
1 # Process this file with automake to produce Makefile.in
2
3 NULL =
4
5 # Convenience targets:
6 lib:
7         @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
8
9 EXTRA_DIST = \
10         COPYING \
11         fonts \
12         $(TESTS) \
13         $(NULL)
14
15 TEST_EXTENSIONS = .tests
16 TESTS_LOG_COMPILER = $(srcdir)/../../run-tests.py $(top_builddir)/util/hb-shape$(EXEEXT)
17
18 include Makefile.sources
19
20 -include $(top_srcdir)/git.mk