Xcode 中的 CppUnit(或一般的 C++ 单元测试)

发布于 2024-09-24 09:01:42 字数 174 浏览 5 评论 0原文

我编写了一些 ObjC 单元测试,以便与 Xcode 中的 OCUnit 支持一起使用。现在我想对我即将编写的一些 C++ 代码(一个单独的静态库)执行相同的操作。

Xcode 中是否支持 CppUnit(或其他一些 C++ 测试框架)?当我编写支持时,我的意思是我想要运行测试并在 Xcode GUI 中显示结果。

I've written some ObjC unit tests for use with the OCUnit support in Xcode. Now I would like to do the same for some of the C++ code I'm about to write (a separate static library).

Is there any support for e.g. CppUnit (or some other C++ test framework) in Xcode? When I write support, I mean I want to run the tests and display the results in the Xcode GUI.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

穿越时光隧道 2024-10-01 09:01:42

您是否查看过 Google C++ 测试框架?那个应该很便携。

Have you looked at Google C++ Testing Framework? That one should be pretty portable.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文