Updated Spanish translation
[gtk-doc.git] / tests / Makefile.am
blobdc7cacd400730938961ebac70f8a6bf74b9c5d32
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = gobject bugs annotations fail empty .
5 if BUILD_TESTS
7 TESTS = tools.sh gobject.sh bugs.sh annotations.sh fail.sh empty.sh sanity.sh
8 TESTS_ENVIRONMENT = \
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)
16 endif
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
22 %.check: %
23         @$(TESTS_ENVIRONMENT)   \
24         ./$*
26 snapshot:
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; \
31     fi; \
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; \
35     fi; \
36         done
38 .PHONY: snapshot
40 -include $(top_srcdir)/git.mk