about summary refs log tree commit diff
path: root/src/rdisc/tests/Makefile.am
blob: d520e4164aa90e475eb4c936f6e1a5121d565cd2 (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
AM_CPPFLAGS = \
	-I${top_srcdir} \
	-I$(top_srcdir)/shared \
	-I$(top_builddir)/shared \
	-I${top_srcdir}/src \
	-I${top_srcdir}/src/platform \
	-I${top_srcdir}/libnm-core \
	-I${top_builddir}/libnm-core \
	-I${srcdir}/.. \
	-DG_LOG_DOMAIN=\""NetworkManager"\" \
	-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_INSIDE_DAEMON \
	-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
	$(GLIB_CFLAGS) \
	$(LIBNDP_CFLAGS)

AM_CFLAGS = $(CODE_COVERAGE_CFLAGS)
AM_LDFLAGS = \
	$(GLIB_LIBS) \
	$(CODE_COVERAGE_LDFLAGS)

@GNOME_CODE_COVERAGE_RULES@

noinst_PROGRAMS = test-rdisc-linux test-rdisc-fake

test_rdisc_linux_SOURCES = \
	test-rdisc-linux.c
test_rdisc_linux_LDADD = \
	$(top_builddir)/src/libNetworkManager.la

test_rdisc_fake_SOURCES = \
	test-rdisc-fake.c
test_rdisc_fake_LDADD = \
	$(top_builddir)/src/libNetworkManager.la

@VALGRIND_RULES@
TESTS = test-rdisc-fake