blob: 735fc80665bd9692cc56a8e4a13685621f880985 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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-ginterface-foo.h \
glib-gtypes-generator.xml
TESTS = $(dist_noinst_SCRIPTS)
TESTS_ENVIRONMENT = \
PYTHON=$(PYTHON) \
srcdir=$(srcdir) \
top_srcdir=$(top_srcdir) \
sh
CLEANFILES = actual.h actual-body.h
|