gpt4 book ai didi

c - 导入 CUnit 源代码

转载 作者:太空宇宙 更新时间:2023-11-04 04:54:33 26 4
gpt4 key购买 nike

我在 C 中使用单元测试时遇到问题,我尝试在我的计算机中安装 CUnit,然后包含库。

我已经按照 steeps 安装了 CUnit:

1 - download the sources
2 - configure it using "./configure --prefix='/lib' "
3 - make (only make)
4 - sudo make install

这是我的测试源文件,它没有进行测试,但我无法编译它,我在“CUnit.h: No such file or directory”之前得到了这个错误:

#include "CUnit.h"
#include <stdlib.h>
#include <stdio.h>

int main(){


print("Hello");

return 0;
}

我想知道如何安装 CUnit 以在我的测试源文件中使用!

提前致谢。

编辑

哈哈,我明白了!

我只是运行不带参数的配置,就像那样:

"./configure"

最佳答案

code example所示你应该使用这样的东西:

#include <CUnit/CUnit.h>

因为每个 CUnit 包含都位于 CUnit 子目录中(通常在 /usr/local/include/CUnit 中)

关于c - 导入 CUnit 源代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10588378/

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