summaryrefslogtreecommitdiff
path: root/tests/bluez/Makefile.am
blob: 46661fbffdec3b4976f770818d61c40f1d827dba (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
include $(top_srcdir)/tests/test.mk

AM_VALAFLAGS = \
	$(test_valaflags) \
	--vapidir=$(top_srcdir)/tests/lib/bluez \
	--pkg bluez-test \
	--pkg folks-generics \
	$(NULL)

AM_CPPFLAGS = \
	$(test_cppflags) \
	-I$(top_srcdir)/tests/lib/bluez \
	$(NULL)

AM_CFLAGS = \
	$(test_cflags) \
	$(NULL)

LDADD = \
	$(AM_LDADD) \
	$(test_ldadd) \
	$(top_builddir)/tests/lib/bluez/libbluez-test.la \
	$(NULL)

# in order from least to most complex
noinst_PROGRAMS = \
	device-properties \
	individual-retrieval \
	vcard-parsing \
	$(NULL)

TESTS = $(noinst_PROGRAMS)

device_properties_SOURCES = \
	device-properties.vala \
	$(NULL)

individual_retrieval_SOURCES = \
	individual-retrieval.vala \
	$(NULL)

vcard_parsing_SOURCES = \
	vcard-parsing.vala \
	$(NULL)

-include $(top_srcdir)/git.mk
-include $(top_srcdir)/valgrind.mk
-include $(top_srcdir)/check.mk