summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-16 11:43:57 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-16 11:43:57 +0000
commit890b1dd5c5015203fb0e5235d06528b362879bd0 (patch)
tree2d17dc1c7d5e6c58fb2e31744cb4c9eb221bd051
parenta5e5f391a1e5c400049124ceb30d96ba6c089fbb (diff)
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.
-rw-r--r--test/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index c2a55c9e..5d49b68e 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 \