diff options
Diffstat (limited to 'src/mongo/executor/SConscript')
-rw-r--r-- | src/mongo/executor/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/executor/SConscript b/src/mongo/executor/SConscript index ea00837604e..27d49b0f0ae 100644 --- a/src/mongo/executor/SConscript +++ b/src/mongo/executor/SConscript @@ -275,6 +275,7 @@ env.CppIntegrationTest( 'network_interface_integration_test.cpp', 'task_executor_cursor_integration_test.cpp', 'non_auth_task_executor_integration_test.cpp', + 'thread_pool_task_executor_integration_test.cpp', ], LIBDEPS=[ '$BUILD_DIR/mongo/client/clientdriver_network', |