Add IgnoreOnIsolate=yes to dbus.service
[platform/upstream/dbus.git] / cmake / test / name-test / CMakeLists.txt
1 if (DBUS_ENABLE_EMBEDDED_TESTS)
2
3 set (NAMEtest-DIR ../../../test/name-test)
4
5 add_definitions(${DBUS_INTERNAL_CLIENT_DEFINITIONS})
6
7 add_helper_executable(test-pending-call-dispatch ${NAMEtest-DIR}/test-pending-call-dispatch.c ${DBUS_INTERNAL_LIBRARIES})
8 add_helper_executable(test-pending-call-timeout ${NAMEtest-DIR}/test-pending-call-timeout.c ${DBUS_INTERNAL_LIBRARIES})
9 add_helper_executable(test-thread-init ${NAMEtest-DIR}/test-threads-init.c ${DBUS_INTERNAL_LIBRARIES})
10 add_helper_executable(test-ids ${NAMEtest-DIR}/test-ids.c ${DBUS_INTERNAL_LIBRARIES})
11 add_helper_executable(test-shutdown ${NAMEtest-DIR}/test-shutdown.c dbus-testutils)
12 add_helper_executable(test-privserver ${NAMEtest-DIR}/test-privserver.c dbus-testutils)
13 add_helper_executable(test-privserver-client ${NAMEtest-DIR}/test-privserver-client.c dbus-testutils)
14 add_helper_executable(test-autolaunch ${NAMEtest-DIR}/test-autolaunch.c dbus-testutils)
15 endif (DBUS_ENABLE_EMBEDDED_TESTS)