summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 863448280a9446eae7b5808dce81a84569782936 (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
25
26
27
SUBDIRS = invoke parser

EXTRA_DIST = \
	roundtrips.sh	\
	array.test	\
	boxed.test	\
	constant.test	\
	enum.test	\
	errors.test	\
	function.test	\
	gobject.test	\
	interface.test	\
	object.test	\
	struct.test	\
	types.test	\
	union.test	\
	xref1.test	\
	xref2.test

TESTS_ENVIRONMENT = \
	LIBTOOL="$(LIBTOOL)" \
	GIREPO_CFLAGS="$(GIREPO_CFLAGS)" \
	GIREPO_LIBS="$(GIREPO_LIBS)" \
	CC="$(CC)" \
	GIREPOPATH="."

TESTS = roundtrips.sh