Import("env") env = env.Clone() env.SConscript( must_exist=1, dirs=[ "mongobridge_tool", "mongo_tidy_checks", "workload_simulation", ], exports=[ "env", ], )