summaryrefslogtreecommitdiff
path: root/tests/tools/Makefile.am
blob: 4a7de16cb900b36484d262ede36a03b6d5fc27d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
dist_noinst_SCRIPTS = \
    test-gobject-foo.sh \
    test-glib-gtypes-generator.sh

EXTRA_DIST = \
    expected-gobject-foo.h \
    expected-gtypes.h \
    expected-gtypes-body.h \
    expected-gtypes-gtk-doc.h \
    expected-ginterface-foo.h \
    glib-gtypes-generator.xml

TESTS = $(dist_noinst_SCRIPTS)

TESTS_ENVIRONMENT = \
    PYTHON=$(PYTHON) \
    srcdir=$(srcdir) \
    top_srcdir=$(top_srcdir) \
    $(NULL)

CLEANFILES = \
	actual.h \
	actual-body.h \
	actual-gtk-doc.h