diff options
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r-- | src/mongo/db/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript index 321b0085518..f7eda3f9fb6 100644 --- a/src/mongo/db/SConscript +++ b/src/mongo/db/SConscript @@ -1716,7 +1716,7 @@ envWithAsio = env.Clone() envWithAsio.InjectThirdParty(libraries=['asio']) envWithAsio.CppUnitTest( - target='db_test', + target='db_unittests', source=[ 'catalog_raii_test.cpp', 'collection_index_usage_tracker_test.cpp', @@ -1831,7 +1831,7 @@ envWithAsio.CppUnitTest( # globally alters the state of the system to be in config server # mode. The other tests are not compatible with that setting. envWithAsio.CppUnitTest( - target='db_test_with_config_server_test_fixture', + target='db_unittests_with_config_server_test_fixture', source=[ 'key_generator_update_test.cpp', 'keys_collection_cache_test.cpp', |