From 33491bc4279481db8ae47213e34a6d695a0e8830 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Jul 2014 02:16:10 +0200 Subject: Imported Upstream version 0.9.10.0 --- src/config/tests/Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/config/tests/Makefile.am (limited to 'src/config/tests/Makefile.am') diff --git a/src/config/tests/Makefile.am b/src/config/tests/Makefile.am new file mode 100644 index 00000000..6e64812b --- /dev/null +++ b/src/config/tests/Makefile.am @@ -0,0 +1,30 @@ +AM_CPPFLAGS = \ + -I$(top_srcdir)/include \ + -I$(top_builddir)/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 -- cgit 1.3.0-6-gf8a5