summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/SConscript
diff options
context:
space:
mode:
authorHaley Connelly <haley.connelly@mongodb.com>2021-05-03 22:20:54 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-06 22:47:29 +0000
commit35997dbc6b0419c71f054894fe846f03d490eddd (patch)
treeae3abae53593fead4890f766a32bf73131d9a0b5 /src/mongo/db/s/SConscript
parentdaa37e38c73b0eed3ef91d7156e71f7aa6028e42 (diff)
downloadmongo-35997dbc6b0419c71f054894fe846f03d490eddd.tar.gz
SERVER-56738 Create template classes for resharding unittest helpers
Diffstat (limited to 'src/mongo/db/s/SConscript')
-rw-r--r--src/mongo/db/s/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/s/SConscript b/src/mongo/db/s/SConscript
index 6cc70f920f4..c3010924d8c 100644
--- a/src/mongo/db/s/SConscript
+++ b/src/mongo/db/s/SConscript
@@ -486,6 +486,7 @@ env.CppUnitTest(
'resharding/resharding_recipient_service_external_state_test.cpp',
'resharding/resharding_recipient_service_test.cpp',
'resharding/resharding_donor_service_test.cpp',
+ 'resharding/resharding_service_test_helpers.cpp',
'resharding/resharding_txn_cloner_test.cpp',
'session_catalog_migration_destination_test.cpp',
'session_catalog_migration_source_test.cpp',