diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2021-10-25 15:56:46 +0200 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2021-10-25 15:56:46 +0200 |
commit | ee24cadf2e4f3bb704d415ba700350f2ac904d76 (patch) | |
tree | 5d9cc78a3953425cfd6cd0ed6853f7db51f08f16 | |
parent | 151574605eeab7ec37846b8f926b89d42fc08ae4 (diff) | |
download | dbus-ee24cadf2e4f3bb704d415ba700350f2ac904d76.tar.gz |
Apply cmake formatting rules
-rw-r--r-- | test/name-test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |