diff options
author | Mike McQuaid <mike@mikemcquaid.com> | 2010-12-04 23:47:35 +0100 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2010-12-04 23:47:35 +0100 |
commit | 4626b405609900812125a407ef5fdd31c7b89868 (patch) | |
tree | 9eb5f0a571a8a5f0e553518553a2554a9e5c96a7 | |
parent | 37619035de2cd1e283447bbfe6fbf13814e56dc2 (diff) | |
download | dbus-4626b405609900812125a407ef5fdd31c7b89868.tar.gz |
test-autolaunch is only known to work in launchd environments.
-rw-r--r-- | test/name-test/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/name-test/Makefile.am b/test/name-test/Makefile.am index 1b5722b0..a3c5166a 100644 --- a/test/name-test/Makefile.am +++ b/test/name-test/Makefile.am @@ -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 |