summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/SConscript')
-rw-r--r--src/mongo/db/s/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/s/SConscript b/src/mongo/db/s/SConscript
index 750fd0dab37..fa1e774f18e 100644
--- a/src/mongo/db/s/SConscript
+++ b/src/mongo/db/s/SConscript
@@ -669,9 +669,10 @@ env.CppUnitTest(
'resharding/resharding_util_test.cpp',
'sharding_ddl_util_test.cpp',
'sharding_util_refresh_test.cpp',
+ 'topology_time_ticker_test.cpp',
'type_lockpings_test.cpp',
'type_locks_test.cpp',
- 'vector_clock_config_server_test.cpp',
+ 'vector_clock_config_server_test.cpp'
],
LIBDEPS=[
'$BUILD_DIR/mongo/db/auth/authmocks',