An open API service indexing awesome lists of open source software.

https://github.com/tafthorne/cpputest-gcc

Docker Image packaging CppUTest http://cpputest.github.io/ ontop of The Docker Official Image for gcc
https://github.com/tafthorne/cpputest-gcc

cpputest docker docker-hub docker-image gcc gnu-gcc unit-testing

Last synced: 9 months ago
JSON representation

Docker Image packaging CppUTest http://cpputest.github.io/ ontop of The Docker Official Image for gcc

Awesome Lists containing this project

README

          

# cpputest-gcc
Docker Image packaging CppUTest http://cpputest.github.io/ ontop of The Docker
Official Image for GNU gcc

The Docker Image is listed on Docker Hub:
https://hub.docker.com/r/tafthorne/cpputest-gcc/

To pull the image:

docker pull tafthorne/cpputest-gcc

## CppUTest

CppUTest is a unit testing and mocking framework for C/C++. For further
details please see their project page.
* http://cpputest.github.io/

## GNU GCC

The GNU Compiler Collection is a compiling system that supports several
languages. This project focuses more on the C and C++ usage.

For details about the base image for this project please see either the
project page or the Docker Hub entry.
* https://github.com/docker-library/gcc/
* https://hub.docker.com/_/gcc/

## Contributing

Please see the notes in CONTRIBUTING.md.