1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = gobject bugs annotations fail empty .
7 TESTS = tools.sh gobject.sh bugs.sh annotations.sh fail.sh empty.sh sanity.sh
9 ABS_TOP_BUILDDIR=$(abs_top_builddir) \
10 ABS_TOP_SRCDIR=$(abs_top_srcdir) \
11 PATH=$(abs_top_builddir):$(srcdir):$(PATH) \
12 PERL5LIB=$(abs_top_builddir):$(PERL5LIB)
16 EXTRA_DIST = gtkdoctest.sh tools.sh \
17 gobject.sh bugs.sh annotations.sh fail.sh empty.sh
19 # run any given test by running make <test>.check
21 @$(TESTS_ENVIRONMENT) \
25 -include $(top_srcdir)/git.mk