mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 10:18:01 +02:00
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.
This commit is contained in:
parent
a5e5f391a1
commit
890b1dd5c5
1 changed files with 8 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue