Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GmockSetup

Starting point for a C++ Project with Gmock/Gtest for unit tests and Cmake for configuration.

Quickstart

git clone https://github.com/fullerth/GmockSetup.git
cd GmockSetup
mkdir build && cd build
cmake ..
make
ctest

Cross Compiling

Build this project with a cross compiler by passing the -DCMAKE_TOOLCHAIN_FILE option to Cmake. The example toolchain file shows my setup for a Raspberry Pi target.

About

A simple build environment starting point for new projects with Googletest and Googlemock

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages