[test] Rename test-types to test-common
[framework/uifw/harfbuzz.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-common \
14         test-unicode \
15         $(NULL)
16
17
18
19 else
20 check-am:
21         @echo "You need to have glib support enabled to run the tests"
22         @exit 77
23 endif
24
25 -include $(top_srcdir)/git.mk