mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 04:38:07 +02:00
test-autolaunch is only known to work in launchd environments.
This commit is contained in:
parent
37619035de
commit
4626b40560
1 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,11 @@ if DBUS_BUILD_TESTS
|
|||
|
||||
## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we
|
||||
## build even when not doing "make check"
|
||||
noinst_PROGRAMS=test-pending-call-dispatch test-pending-call-timeout test-threads-init test-ids test-shutdown test-privserver test-privserver-client test-autolaunch
|
||||
noinst_PROGRAMS=test-pending-call-dispatch test-pending-call-timeout test-threads-init test-ids test-shutdown test-privserver test-privserver-client
|
||||
|
||||
if DBUS_ENABLE_LAUNCHD
|
||||
noinst_PROGRAMS+=test-autolaunch
|
||||
endif
|
||||
|
||||
test_names_SOURCES= \
|
||||
test-names.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue