harfbuzz/test/Makefile.am
Behdad Esfahbod 9faa980067 Add an in-tree test suite
Uses the glib testing framework.  Wrote unit tests for hb-common.h
types.
2011-04-11 12:46:49 -04:00

19 lines
328 B
Makefile

include Makefile.decl
if HAVE_GLIB
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)/src/
LDADD = $(GLIB_LIBS) $(top_builddir)/src/libharfbuzz.la
check_PROGRAMS = $(TEST_PROGS)
TEST_PROGS += test-types
else
check-am:
@echo "You need to have glib support enabled to run the tests"
@exit 77
endif
-include $(top_srcdir)/git.mk