CTest 中,使用 -V 选项运行测试,以获得单元测试可执行文件的输出: $ mkdir -p build $ cd build $ cmake .. $ cmake --build . $ ctest -V UpdateCTestConfiguration ...
確定! 回上一頁