How to distribute gtest tests execution using Incredibuild?

185 Views Asked by At

IncrediBuild states about new tests distribution feature. How to use it?

How to distribute gtest tests execution using Incredibuild?

2

There are 2 best solutions below

0
On BEST ANSWER

cd <test_dir>

xgconsole /test=gtest /command="<the_test.exe>"

This causes to launch the exe tests on multiple nodes.

0
On

I am not sire if this is still relevant but IncrediBuild has an official unit testing solution so please refer to the following link: https://docs.incredibuild.com/win/latest/windows/ibtestconsole_interface.html?Highlight=gtest

As you can see, there is a new dedicated command - ibtestconsole in order to invoke the tests.