summaryrefslogtreecommitdiff
path: root/src/dhcp-manager/tests/Makefile.am
blob: 7698d09e868ba6c41ddd6aaf17a3a41866799743 (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
AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_builddir)/include \
	-I${top_srcdir}/libnm-util \
	-I${top_builddir}/libnm-util \
	-I$(top_srcdir)/src/dhcp-manager \
	$(GLIB_CFLAGS) \
	-DTESTDIR="\"$(abs_srcdir)\""

noinst_PROGRAMS = test-dhcp-dhclient

####### policy /etc/hosts test #######

test_dhcp_dhclient_SOURCES = \
	test-dhcp-dhclient.c

test_dhcp_dhclient_LDADD = \
	$(top_builddir)/src/libNetworkManager.la

check-local: test-dhcp-dhclient
	$(abs_builddir)/test-dhcp-dhclient

EXTRA_DIST = \
	test-dhclient-duid.leases \
	test-dhclient-commented-duid.leases