Imported Upstream version 1.7.6
[platform/upstream/harfbuzz.git] / test / shaping / data / text-rendering-tests / 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 update:
10         (cd $(srcdir) && ./update.sh)
11
12 EXTRA_DIST = \
13         README \
14         COPYING \
15         update.sh \
16         extract-tests.py \
17         fonts \
18         $(TESTS) \
19         $(NULL)
20
21 TEST_EXTENSIONS = .tests
22 TESTS_LOG_COMPILER = $(srcdir)/../../run-tests.py $(top_builddir)/util/hb-shape$(EXEEXT)
23
24 include Makefile.sources
25
26 -include $(top_srcdir)/git.mk