summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/shell/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/shell/SConscript b/src/mongo/shell/SConscript
index 9dc9140735b..5f1adfe2968 100644
--- a/src/mongo/shell/SConscript
+++ b/src/mongo/shell/SConscript
@@ -142,6 +142,7 @@ env.CppUnitTest(
'shell_utils_test.cpp'
],
LIBDEPS=[
- 'shell_utils'
+ 'shell_utils',
+ '$BUILD_DIR/mongo/util/signal_handlers',
]
)