summaryrefslogtreecommitdiff
path: root/src/config/tests/Makefile.am
blob: 8d5a5b6d9961c218571676d4db39f9d5d4f6b328 (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
AM_CPPFLAGS = \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/libnm-util \
	-I$(top_builddir)/libnm-util \
	-I$(top_srcdir)/src/config \
	-DG_LOG_DOMAIN=\""NetworkManager"\" \
	-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
	$(GLIB_CFLAGS) \
	-DSRCDIR=\""$(srcdir)"\"

noinst_PROGRAMS = \
	test-config

test_config_SOURCES = \
	nm-test-device.c \
	nm-test-device.h \
	test-config.c

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

TESTS = test-config

EXTRA_DIST = \
	NetworkManager.conf \
	bad.conf \
	conf.d/00-overrides.conf \
	conf.d/10-more.conf \
	conf.d/90-last.conf