summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 5 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 04107e5a9a3..d57c41a2217 100644
--- a/SConstruct
+++ b/SConstruct
@@ -630,11 +630,15 @@ def decide_platform_tools():
def variable_tools_converter(val):
tool_list = shlex.split(val)
+ # This list is not sorted intentionally, the order of tool loading
+ # matters as some of the tools have dependencies on other tools.
return tool_list + [
"distsrc",
"gziptool",
- 'idl_tool',
+ "idl_tool",
"jsheader",
+ "mongo_test_execution",
+ "mongo_test_list",
"mongo_benchmark",
"mongo_integrationtest",
"mongo_unittest",