简体   繁体   English

在哪里可以找到cppunit的版本?

[英]Where do I find the version of cppunit?

We use cppunit as our testing framework. 我们使用cppunit作为测试框架。 How do I find its version over the command line (ubuntu)? 如何通过命令行(ubuntu)查找其版本?
Is it listed somewhere or do I need to query the version via code? 它是否在某处列出,或者我需要通过代码查询版本?

cppunit-config --version

from here 这里

--version Print the currently installed version of cppunit on the standard output. --version在标准输出上打印当前安装的cppunit版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM