Imported Upstream version 2.3.1
[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         expected/japanese \
13         fonts \
14         profiles \
15         $(NULL)
16
17 # Convenience targets:
18 lib:
19         @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
20
21 TEST_EXTENSIONS = .tests
22 TESTS_LOG_COMPILER = $(srcdir)/../run-tests.py $(top_builddir)/util/hb-subset$(EXEEXT)
23 include Makefile.sources
24
25 -include $(top_srcdir)/git.mk