summaryrefslogtreecommitdiff
path: root/src/mongo/util/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/SConscript')
-rw-r--r--src/mongo/util/SConscript13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/mongo/util/SConscript b/src/mongo/util/SConscript
index 2ec5e638b83..dd5edaf76c8 100644
--- a/src/mongo/util/SConscript
+++ b/src/mongo/util/SConscript
@@ -158,6 +158,18 @@ env.Library(
)
env.Library(
+ target="testing_options",
+ source=[
+ "testing_options.cpp",
+ env.Idlc('testing_options.idl')[0],
+ ],
+ LIBDEPS=[
+ "$BUILD_DIR/mongo/base",
+ "$BUILD_DIR/mongo/idl/server_parameter",
+ ],
+)
+
+env.Library(
target="periodic_runner",
source=[
"periodic_runner.cpp",
@@ -316,7 +328,6 @@ if get_option('use-diagnostic-latches') == 'on':
],
LIBDEPS=[
'$BUILD_DIR/mongo/base',
- '$BUILD_DIR/mongo/db/commands/test_commands_enabled',
'$BUILD_DIR/mongo/db/service_context',
],
LIBDEPS_PRIVATE=[