TestCentric / testcentric-engine

Test engine that loads and runs tests for TestCentric
MIT License
0 stars 3 forks source link

Use lib directory rather than tools for engine binaries #196

Closed CharliePoole closed 1 month ago

CharliePoole commented 1 month ago

The use of the tools directory was originally based on the idea that a single common engine would be installed on a machine and any runners needing to use it would connect to that engine. This is no longer how we are working. Using a lib directory together with a reference to the engine by the runner will give each runner access to it's own version of the engine and simplify the build process.