mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 10:00:35 +00:00
8 lines
200 B
CMake
8 lines
200 B
CMake
add_scylla_test(ldap_connection_test
|
|
KIND SEASTAR)
|
|
add_scylla_test(ldap_role_manager_test
|
|
KIND SEASTAR
|
|
SOURCES role_manager_test.cc)
|
|
add_scylla_test(saslauthd_authenticator_test
|
|
KIND SEASTAR)
|