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 BUILDDIR=$(abs_builddir) \
10 SRCDIR=$(abs_srcdir) \
11 ABS_TOP_BUILDDIR=$(abs_top_builddir) \
12 ABS_TOP_SRCDIR=$(abs_top_srcdir) \
13 PATH=$(abs_top_builddir):$(srcdir):$(PATH) \
14 PERL5LIB=$(abs_top_builddir):$(PERL5LIB)
18 EXTRA_DIST = gtkdoctest.sh tools.sh sanity.sh \
19 gobject.sh bugs.sh annotations.sh fail.sh empty.sh
21 # run any given test by running make <test>.check
23 @$(TESTS_ENVIRONMENT) \
27 @for dir in $(SUBDIRS); do \
28 rm -rf $$dir/docs/html.ref; \
29 if test -d $$dir/docs/html; then \
30 cp -r $$dir/docs/html $$dir/docs/html.ref; \
32 rm -rf $$dir/docs/xml.ref; \
33 if test -d $$dir/docs/xml; then \
34 cp -r $$dir/docs/xml $$dir/docs/xml.ref; \
40 -include $(top_srcdir)/git.mk