commit | 70d356218beff99ddaa048ff357f2d2692a32b7a | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Tue Jun 20 15:51:13 2017 |
committer | Brad King <brad.king@kitware.com> | Thu Apr 18 12:21:44 2019 |
tree | 86dcaa714127c8b61e59241518648ee7a9bf9c7d | |
parent | e50299c5004e1890d5335f4d51e8e576fa6836d5 [diff] |
Teach FakeCommandRunner to support multiple active commands Replace our single active edge pointer with a vector and add a parameter that tests can set to limit the number of concurrent edges. Set the default to 1 to preserve the current behavior. Specific tests will be able to override it later to simulate concurrent builds.