Search code examples
googletestincredibuild

How to distribute gtest tests execution using Incredibuild?


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

How to distribute gtest tests execution using Incredibuild?


Solution

  • cd <test_dir>

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

    This causes to launch the exe tests on multiple nodes.