运行 ctest 时出错
Errors while running ctest
当我们用 Catch2 测试用例尝试 运行 ctest 时,我们在最后一行 运行 CTest 时得到错误,但测试用例 运行 正确。
在 CMakeLists.txt 中添加 ParseAndAddCatchTests.cmake 之后。
enable_testing()
include(ParseAndAddCatchTests.cmake)
ParseAndAddCatchTests(TauTest)
运行 测试用例使用 'ctest' 命令。执行测试后出现以下错误。
Errors while running CTest
测试用例似乎失败了。这就是我收到错误 Errors while running CTest
的原因
当我们用 Catch2 测试用例尝试 运行 ctest 时,我们在最后一行 运行 CTest 时得到错误,但测试用例 运行 正确。
在 CMakeLists.txt 中添加 ParseAndAddCatchTests.cmake 之后。
enable_testing()
include(ParseAndAddCatchTests.cmake)
ParseAndAddCatchTests(TauTest)
运行 测试用例使用 'ctest' 命令。执行测试后出现以下错误。
Errors while running CTest
测试用例似乎失败了。这就是我收到错误 Errors while running CTest