diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2019-07-02 13:45:15 -0400 |
---|---|---|
committer | Mathew Robinson <chasinglogic@gmail.com> | 2019-07-02 13:45:15 -0400 |
commit | d9c06a3b01175bc277a85052a6cc3fcfb2bdebc4 (patch) | |
tree | 0e69ad3dddc6bfe54e4214f300c783f94ca0f4f6 /src/mongo/dbtests | |
parent | ac0e818b74ecdfb02bab1ea73e4f894b634184bd (diff) | |
download | mongo-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/SConscript | 5 |
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' |