Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

Using conan to handle dependencies

  • gmock
Usage

setup

mkdir build
cd build
conan install ..
cmake ..

build and run tests

make gmock_without_inheritance_test
./bin/gmock_without_inheritance_test

build and run application

make gmock_without_inheritance
./bin/gmock_without_inheritance

About

Example code for using GMock without inheritance

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages