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