summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/concurrency/SConscript')
-rw-r--r--src/mongo/util/concurrency/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/concurrency/SConscript b/src/mongo/util/concurrency/SConscript
index 816b1e171d6..0dcad986c97 100644
--- a/src/mongo/util/concurrency/SConscript
+++ b/src/mongo/util/concurrency/SConscript
@@ -51,6 +51,7 @@ env.CppUnitTest(
'with_lock_test.cpp',
],
LIBDEPS=[
+ '$BUILD_DIR/mongo/db/auth/authmocks',
'$BUILD_DIR/mongo/db/service_context_test_fixture',
'spin_lock',
'thread_pool',