summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-07-02 13:45:15 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-07-02 13:45:15 -0400
commitd9c06a3b01175bc277a85052a6cc3fcfb2bdebc4 (patch)
tree0e69ad3dddc6bfe54e4214f300c783f94ca0f4f6 /src/mongo/dbtests
parentac0e818b74ecdfb02bab1ea73e4f894b634184bd (diff)
downloadmongo-d9c06a3b01175bc277a85052a6cc3fcfb2bdebc4.tar.gz
SERVER-9668 Use SCons install target tags to identify mapping of targets to install packages.
Diffstat (limited to 'src/mongo/dbtests')
-rw-r--r--src/mongo/dbtests/SConscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/dbtests/SConscript b/src/mongo/dbtests/SConscript
index fd0d561403a..2b4118c5707 100644
--- a/src/mongo/dbtests/SConscript
+++ b/src/mongo/dbtests/SConscript
@@ -168,8 +168,9 @@ if not has_option('noshell') and usemozjs:
"mocklib",
"testframework",
],
- INSTALL_ALIAS=[
- 'tests'
+ AIB_COMPONENT="dbtests",
+ AIB_COMPONENTS_EXTRA=[
+ "tests",
],
)
hygienic = get_option('install-mode') == 'hygienic'