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