开发者

How to collect information about testing in cmake?

开发者 https://www.devze.com 2023-03-07 16:32 出处:网络
I have CMakeLists.txt with add_test macros. How to collect informa开发者_开发问答tion about what results of test run with \'ctest\' command?You can find file Testing/Temporary/LastTest.log in your bui

I have CMakeLists.txt with add_test macros. How to collect informa开发者_开发问答tion about what results of test run with 'ctest' command?


You can find file Testing/Temporary/LastTest.log in your build directory. This file contains all information about tests.

0

精彩评论

暂无评论...
验证码 换一张
取 消