Skip to content

DavidCozens/CppUTestDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CppUTest Docker

This repository contains the docker file and jenkins file for creating a docker image for running CppuTest code with gcc. The container is derived from my GoogleTest docker image, as CppuTest can also run GoogleTests.

As well as the test framework the image includeds James Grenning's legacy build toolkit

To run tests execute the command below where is the fully qualified path to the folder with your makefile and code.

docker run -v :/mnt davidcozens/cpputest make

NOTE: The specific version of the image can also be referenced in build commands as davidcozens/cpputest:n where n is the build number

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published