有没有办法使用 Qt 的单元测试模块作为带有 QtWorkbench 插件的 Code::Blocks 项目的一部分?

发布于 2024-08-26 06:43:11 字数 325 浏览 2 评论 0原文

我们正在使用 Code::Blocks IDE 和 QtWorkbench 插件开发一个 Qt 项目。我们想利用 Qt 的单元测试模块来测试我们的代码,但是从什么我在网上读过,唯一的方法是使用qmake为每个单元测试手动创建一个新的“项目”和makefile,然后构建并执行该项目。

有谁知道如何将测试与我们的整个项目集成,以便在项目构建时自动构建和运行它们,特别是在 Code::Blocks 的上下文中?

We're developing a Qt project using the Code::Blocks IDE with the QtWorkbench plugin. We'd like to take advantage of Qt's unit testing modules to test our code, but from what I've read online, the only way to do so is to use qmake to manually create a new "project" and makefile for each unit test and then to build and execute that project.

Does anyone know of a way to integrate tests with our overall project to have them built and run automatically when the project is built, specifically within the context of Code::Blocks?

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

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