gpt4 book ai didi

c++ - CMake 和 lcov : gcno files not found

转载 作者:可可西里 更新时间:2023-11-01 18:37:12 26 4
gpt4 key购买 nike

我正在尝试获取基于 CMake 的项目(包含多个目标)的代码覆盖率。

首先我生成 gcno 文件:

lcov -b . -d . -o coverage.output --capture --initial

生成的*.gcno

build_dir/[target_dir]/CMakeFiles/[target_dir].dir

然后我运行生成 *.gcna 文件的测试

build_dir/tests/CMakeFiles/[target_dir].dir

当我再次运行 lcov 时:

lcov -b . -d . -o coverage.output --capture

我收到以下错误:

Scanning . for .gcda files ...
Found 23 data files in .
Processing Base.dir/DateTools.cpp.gcda
geninfo: ERROR: build_gcov/tests/CMakeFiles/Base.dir/DateTools.cpp.gcno: could not open file

当我手动将 *.gcno 文件移动到生成 *.gcda 的目录时,它似乎可以工作。

感谢您的帮助!!!

最佳答案

我已经弄清楚如何将 lcov 与 CMake 一起使用并将所有内容捆绑在 cmake module 中.

关于c++ - CMake 和 lcov : gcno files not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9068215/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com