0

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

How to distribute gtest tests execution using Incredibuild?

Sergei Krivonos
  • 4,217
  • 3
  • 39
  • 54

2 Answers2

1

cd <test_dir>

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

This causes to launch the exe tests on multiple nodes.

Sergei Krivonos
  • 4,217
  • 3
  • 39
  • 54
0

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.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Yoni Davidson
  • 136
  • 1
  • 2