简体   繁体   中英

Where do I find the version of cppunit?

We use cppunit as our testing framework. How do I find its version over the command line (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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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