What Unit Testing Framework does gflags use?

Posted by leeand00 on Stack Overflow See other posts from Stack Overflow or by leeand00
Published on 2010-06-17T15:59:54Z Indexed on 2010/06/17 16:03 UTC
Read the original article Hit count: 135

Filed under:
|
|
|

I'm trying to run the unit tests from the gflags project, and I'd like to know how to run them and what unit testing framework it is using to do this.

I'm using Visual Studio 2005.

© Stack Overflow or respective owner

Related posts about c++

Related posts about unit-testing