summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2020-11-06 07:58:47 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-12 05:21:52 +0000
commit84a7bc6af3f79a5e441cb037ed37395fabfc5f99 (patch)
tree331da3cad11d7367e9063f085c7554b8a0b1416e /src/mongo/unittest
parent96ffd109258a2495cde69d984a34116933928f45 (diff)
downloadmongo-84a7bc6af3f79a5e441cb037ed37395fabfc5f99.tar.gz
SERVER-25822 added callback to support preventing given components from linking together
Diffstat (limited to 'src/mongo/unittest')
-rw-r--r--src/mongo/unittest/SConscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/unittest/SConscript b/src/mongo/unittest/SConscript
index 54d2ee54c52..7b7e09341dd 100644
--- a/src/mongo/unittest/SConscript
+++ b/src/mongo/unittest/SConscript
@@ -23,6 +23,7 @@ env.Library(
'$BUILD_DIR/mongo/util/options_parser/options_parser',
'$BUILD_DIR/third_party/shim_pcrecpp',
],
+ AIB_COMPONENT='unittests'
)
env.Library(
@@ -39,6 +40,7 @@ env.Library(
'$BUILD_DIR/mongo/db/wire_version',
'$BUILD_DIR/mongo/util/options_parser/options_parser',
],
+ AIB_COMPONENT='unittests'
)
env.Library(
@@ -62,6 +64,7 @@ env.Library(
'$BUILD_DIR/mongo/util/options_parser/options_parser',
'$BUILD_DIR/mongo/util/options_parser/options_parser_init',
],
+ AIB_COMPONENT='integration-tests'
)
bmEnv = env.Clone()
@@ -76,6 +79,7 @@ bmEnv.Library(
'$BUILD_DIR/mongo/db/service_context',
'$BUILD_DIR/third_party/shim_benchmark',
],
+ AIB_COMPONENT='benchmarks'
)
env.Library(
@@ -86,6 +90,7 @@ env.Library(
LIBDEPS=[
'$BUILD_DIR/mongo/executor/task_executor_interface',
],
+ AIB_COMPONENT='benchmarks'
)
env.CppUnitTest(