From: Simon McVittie Date: Mon, 16 Feb 2015 11:43:57 +0000 (+0000) Subject: Add manual-paths test to the Autotools (mingw) build too X-Git-Tag: dbus-1.9.12~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=890b1dd5c5015203fb0e5235d06528b362879bd0;p=thirdparty%2Fdbus.git Add manual-paths test to the Autotools (mingw) build too As in CMake, it is restricted to Windows builds, since the functionality that it tests is not present in Unix builds. --- diff --git a/test/Makefile.am b/test/Makefile.am index c2a55c9ed..5d49b68e6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -130,6 +130,10 @@ manual_dir_iter_SOURCES = manual-dir-iter.c manual_dir_iter_CPPFLAGS = $(static_cppflags) manual_dir_iter_LDADD = $(top_builddir)/dbus/libdbus-internal.la +manual_paths_SOURCES = manual-paths.c +manual_paths_CPPFLAGS = $(static_cppflags) +manual_paths_LDADD = $(top_builddir)/dbus/libdbus-internal.la + manual_tcp_SOURCES = manual-tcp.c manual_tcp_CPPFLAGS = $(static_cppflags) manual_tcp_LDADD = $(top_builddir)/dbus/libdbus-internal.la @@ -151,6 +155,10 @@ installable_manual_tests = \ manual-tcp \ $(NULL) +if DBUS_WIN +installable_manual_tests += manual-paths +endif + if DBUS_WITH_GLIB installable_tests += \ test-corrupt \