diff --git a/test/name-test/CMakeLists.txt b/test/name-test/CMakeLists.txt index e7c62587..1b3c0e5c 100644 --- a/test/name-test/CMakeLists.txt +++ b/test/name-test/CMakeLists.txt @@ -10,7 +10,7 @@ if(ENABLE_TRADITIONAL_ACTIVATION) add_session_test_executable(test-pending-call-timeout test-pending-call-timeout.c ${DBUS_INTERNAL_LIBRARIES}) endif() add_session_test_executable(test-shutdown test-shutdown.c dbus-testutils) -if (ENABLE_TRADITIONAL_ACTIVATION) +if(ENABLE_TRADITIONAL_ACTIVATION) add_session_test_executable(test-privserver-client test-privserver-client.c dbus-testutils) add_session_test_executable(test-thread-init test-threads-init.c ${DBUS_INTERNAL_LIBRARIES}) endif()