diff options
Diffstat (limited to 'callouts/tests/Makefile.am')
| -rw-r--r-- | callouts/tests/Makefile.am | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/callouts/tests/Makefile.am b/callouts/tests/Makefile.am deleted file mode 100644 index 2450f372..00000000 --- a/callouts/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)/callouts \ - -I$(top_builddir)/callouts \ - -DNETWORKMANAGER_COMPILATION \ - -DSRCDIR=\"$(abs_srcdir)\" \ - $(GLIB_CFLAGS) - -noinst_PROGRAMS = \ - test-dispatcher-envp - -####### dispatcher envp ####### - -test_dispatcher_envp_SOURCES = \ - test-dispatcher-envp.c - -test_dispatcher_envp_LDADD = \ - $(top_builddir)/libnm/libnm.la \ - $(top_builddir)/callouts/libtest-dispatcher-envp.la \ - $(GLIB_LIBS) - -########################################### - -@VALGRIND_RULES@ -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 |