summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorEric Milkie <milkie@mongodb.com>2019-08-21 17:33:46 +0000
committerevergreen <evergreen@mongodb.com>2019-08-21 17:33:46 +0000
commit3f62e3db2f452c713b5b63220034a01e67632207 (patch)
treefd55226434c6313a2f740105f76c51b58f356d72 /src/mongo/db/SConscript
parentc6c2a9904b5d09c51f96b9422fa92bf845576d48 (diff)
downloadmongo-3f62e3db2f452c713b5b63220034a01e67632207.tar.gz
SERVER-42948 rename db_test to db_unittests
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript4
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',