[test] Test hb-buffer.h
[profile/ivi/org.tizen.video-player.git] / test / Makefile.am
1 include Makefile.decl
2
3 NULL =
4
5 if HAVE_GLIB
6 AM_CPPFLAGS = -I$(top_srcdir)/src/ $(GLIB_CFLAGS)
7 LDADD = $(top_builddir)/src/libharfbuzz.la $(GLIB_LIBS)
8
9 check_PROGRAMS = $(TEST_PROGS)
10
11 TEST_PROGS += \
12         test-buffer \
13         test-types \
14         $(NULL)
15
16
17
18 else
19 check-am:
20         @echo "You need to have glib support enabled to run the tests"
21         @exit 77
22 endif
23
24 -include $(top_srcdir)/git.mk