summaryrefslogtreecommitdiff
path: root/dispatcher/tests
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-18 14:01:56 +0200
committerThomas Haller <thaller@redhat.com>2016-10-21 17:37:56 +0200
commit7fab25711a88045a04b6aa6e92405407b3f0695d (patch)
tree43ef3f3123ec4e9863e297ddd6766b0068f0a131 /dispatcher/tests
parent6f19ccdd58b0733937ece32b3ad503fba67c2f8f (diff)
build: merge "dispatcher/tests/Makefile.am" into toplevel Makefile
Diffstat (limited to 'dispatcher/tests')
-rw-r--r--dispatcher/tests/Makefile.am41
1 files changed, 0 insertions, 41 deletions
diff --git a/dispatcher/tests/Makefile.am b/dispatcher/tests/Makefile.am
deleted file mode 100644
index 994d8c10a1..0000000000
--- a/dispatcher/tests/Makefile.am
+++ /dev/null
@@ -1,41 +0,0 @@
-if ENABLE_TESTS
-
-AM_CPPFLAGS = \
- -I$(top_srcdir)/shared \
- -I$(top_builddir)/shared \
- -I$(top_srcdir)/libnm-core \
- -I$(top_builddir)/libnm-core \
- -I$(top_srcdir)/dispatcher \
- -I$(top_builddir)/dispatcher \
- -DNETWORKMANAGER_COMPILATION \
- -DSRCDIR=\"$(abs_srcdir)\" \
- $(GLIB_CFLAGS)
-
-noinst_PROGRAMS = \
- test-dispatcher-envp
-
-###############################################################################
-
-test_dispatcher_envp_SOURCES = \
- test-dispatcher-envp.c
-
-test_dispatcher_envp_LDADD = \
- $(top_builddir)/libnm/libnm.la \
- $(top_builddir)/dispatcher/libnm-dispatcher-core.la \
- $(GLIB_LIBS)
-
-###############################################################################
-
-@NM_LOG_COMPILER@
-TESTS = test-dispatcher-envp
-
-endif
-
-EXTRA_DIST= \
- dispatcher-connectivity-full \
- dispatcher-connectivity-unknown \
- dispatcher-down \
- dispatcher-external \
- dispatcher-up \
- dispatcher-vpn-down \
- dispatcher-vpn-up