summaryrefslogtreecommitdiff
path: root/src/rdisc/tests/Makefile.am
blob: b054179e8be1cc9d9c1db7a208e878e5dd2b28e1 (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
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 \
	$(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/libNetworkManagerTest.la

@VALGRIND_RULES@
TESTS = test-rdisc-fake