summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/SConscript')
-rw-r--r--src/mongo/db/exec/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/exec/SConscript b/src/mongo/db/exec/SConscript
index 55af8286f8a..c0c075d8cef 100644
--- a/src/mongo/db/exec/SConscript
+++ b/src/mongo/db/exec/SConscript
@@ -46,6 +46,9 @@ env.Library(
"$BUILD_DIR/mongo/db/index/index_access_methods",
"$BUILD_DIR/mongo/db/query_exec",
],
+ LIBDEPS_PRIVATE=[
+ '$BUILD_DIR/mongo/db/commands/test_commands_enabled',
+ ],
)
env.CppUnitTest(