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:
Will Thompson 2010-12-13 17:54:57 +00:00 committed by Ralf Habacker
parent a7e5b20e6a
commit c3a94b57c8

View file

@ -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