diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2025-02-11 15:07:35 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2025-02-11 15:07:35 -0300 |
| commit | 4cb8841196d0625dfa3825aa326f071cd27c7b8b (patch) | |
| tree | 1682a647d4463397c119183369ae6f750d5fdcff /src/mongo/db/auth/SConscript | |
| parent | aa03c6362cbaa767638e6eed9b031d86dd2643d1 (diff) | |
| parent | 8f0827553e09872941945a093b647a4211a9db7f (diff) | |
Update upstream source from tag 'upstream/6.0.0'master
Update to upstream version '6.0.0'
with Debian dir 5604a80ec1c96ca76f25f40d78e6ef855abec322
Diffstat (limited to 'src/mongo/db/auth/SConscript')
| -rw-r--r-- | src/mongo/db/auth/SConscript | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/src/mongo/db/auth/SConscript b/src/mongo/db/auth/SConscript index b8639a62846..57af14b709d 100644 --- a/src/mongo/db/auth/SConscript +++ b/src/mongo/db/auth/SConscript @@ -82,7 +82,7 @@ env.Library( '$BUILD_DIR/mongo/base', '$BUILD_DIR/mongo/db/audit', '$BUILD_DIR/mongo/db/catalog/collection_options', - '$BUILD_DIR/mongo/db/index/index_access_method', + '$BUILD_DIR/mongo/db/index/index_descriptor', '$BUILD_DIR/mongo/db/op_observer', '$BUILD_DIR/mongo/db/op_observer_util', '$BUILD_DIR/mongo/db/repl/oplog_entry', @@ -189,9 +189,9 @@ env.Library( '$BUILD_DIR/mongo/base/secure_allocator', '$BUILD_DIR/mongo/bson/util/bson_extract', '$BUILD_DIR/mongo/db/common', + '$BUILD_DIR/mongo/db/curop', '$BUILD_DIR/mongo/db/global_settings', '$BUILD_DIR/mongo/db/namespace_string', - '$BUILD_DIR/mongo/db/query/query_stats/query_stats', '$BUILD_DIR/mongo/idl/feature_flag', '$BUILD_DIR/mongo/util/concurrency/thread_pool', '$BUILD_DIR/mongo/util/icu', @@ -514,7 +514,7 @@ env.Library( source=[ 'ldap_operation_stats.cpp', 'ldap_cumulative_operation_stats.cpp', - 'user_cache_acquisition_stats.cpp', + 'user_cache_acquisition_stats.cpp' ], LIBDEPS_PRIVATE=[ '$BUILD_DIR/mongo/base', @@ -522,22 +522,6 @@ env.Library( ], ) -env.Library( - target='authorization_session_test_fixture', - source=[ - 'authorization_session_for_test.cpp', - 'authorization_session_test_fixture.cpp', - ], - LIBDEPS=[ - '$BUILD_DIR/mongo/db/service_context_d_test_fixture', - '$BUILD_DIR/mongo/transport/transport_layer_mock', - 'auth', - 'auth_impl_internal', - 'authentication_restriction', - 'authmocks', - ], -) - env.CppUnitTest( target='db_auth_test', source=[ @@ -547,6 +531,7 @@ env.CppUnitTest( 'authorization_contract_test.cpp', 'auth_op_observer_test.cpp', 'authorization_manager_test.cpp', + 'authorization_session_for_test.cpp', 'authorization_session_test.cpp', 'builtin_roles_test.cpp', 'privilege_parser_test.cpp', @@ -569,12 +554,14 @@ env.CppUnitTest( '$BUILD_DIR/mongo/db/service_context_d_test_fixture', '$BUILD_DIR/mongo/db/service_context_test_fixture', '$BUILD_DIR/mongo/transport/transport_layer_common', + '$BUILD_DIR/mongo/transport/transport_layer_mock', '$BUILD_DIR/mongo/util/net/network', 'address_restriction', + 'auth', + 'auth_impl_internal', 'auth_op_observer', 'authentication_restriction', 'authmocks', - 'authorization_session_test_fixture', 'saslauth', 'security_file', 'security_key', |
