有没有办法使用 Qt 的单元测试模块作为带有 QtWorkbench 插件的 Code::Blocks 项目的一部分?
我们正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http:// /www.archivum.info/[电子邮件受保护]/2008-09/00297/Re:-Usage-of-QTestLib.html
http://qtcreator.blogspot.com/2009/ 10/自动运行单元测试.html
http://www.archivum.info/[email protected]/2008-09/00297/Re:-Usage-of-QTestLib.html
http://qtcreator.blogspot.com/2009/10/automatically-running-unit-tests.html