mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 04:40:07 +01:00
Revert "test-autolaunch is only known to work in launchd environments."
This reverts commit 4626b40560.
test-autolaunch works fine in non-launchd environments (and non-X11
environments, based on a quick test passing enable_x11=no to configure).
On the contrary: this commit *broke* the build on non-launchd
environments, because test/name-test/run-test.sh still tried to run this
test even if it hadn't been built.
This commit is contained in:
parent
a7e5b20e6a
commit
c3a94b57c8
1 changed files with 1 additions and 5 deletions
|
|
@ -16,11 +16,7 @@ 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
|
||||
|
||||
if DBUS_ENABLE_LAUNCHD
|
||||
noinst_PROGRAMS+=test-autolaunch
|
||||
endif
|
||||
noinst_PROGRAMS=test-pending-call-dispatch test-pending-call-timeout test-threads-init test-ids test-shutdown test-privserver test-privserver-client test-autolaunch
|
||||
|
||||
test_names_SOURCES= \
|
||||
test-names.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue