如何使用 Incredibuild 分发 gtest 测试执行?
How to distribute gtest tests execution using Incredibuild?
IncrediBuild 说明了新的测试分发功能。如何使用?
如何使用 Incredibuild 分发 gtest 测试执行?
cd <test_dir>
xgconsole /test=gtest /command="<the_test.exe>"
这会导致在多个节点上启动 exe 测试。
我不知道这是否仍然相关,但 IncrediBuild 有官方的单元测试解决方案,因此请参考以下 link:
https://docs.incredibuild.com/win/latest/windows/ibtestconsole_interface.html?Highlight=gtest
如您所见,有一个新的专用命令 - ibtestconsole 用于调用测试。
IncrediBuild 说明了新的测试分发功能。如何使用?
如何使用 Incredibuild 分发 gtest 测试执行?
cd <test_dir>
xgconsole /test=gtest /command="<the_test.exe>"
这会导致在多个节点上启动 exe 测试。
我不知道这是否仍然相关,但 IncrediBuild 有官方的单元测试解决方案,因此请参考以下 link: https://docs.incredibuild.com/win/latest/windows/ibtestconsole_interface.html?Highlight=gtest
如您所见,有一个新的专用命令 - ibtestconsole 用于调用测试。