https://github.com/tafthorne/clang-cpputest-gcc
Docker Image packaging CppUTest http://cpputest.github.io/ ontop of Clang & The Docker Official Image for GNU gcc
https://github.com/tafthorne/clang-cpputest-gcc
clang clang-static-analyzer cpputest docker docker-hub docker-image gcc gcc-complier unit-testing
Last synced: about 1 month ago
JSON representation
Docker Image packaging CppUTest http://cpputest.github.io/ ontop of Clang & The Docker Official Image for GNU gcc
- Host: GitHub
- URL: https://github.com/tafthorne/clang-cpputest-gcc
- Owner: TafThorne
- License: gpl-3.0
- Created: 2018-04-20T12:32:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T12:57:54.000Z (about 8 years ago)
- Last Synced: 2025-12-26T06:47:40.613Z (5 months ago)
- Topics: clang, clang-static-analyzer, cpputest, docker, docker-hub, docker-image, gcc, gcc-complier, unit-testing
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# clang-cpputest-gcc
Docker Image packaging CppUTest http://cpputest.github.io/ ontop of Clang & The Docker Official Image for GNU gcc
The Docker Image is listed on Docker Hub:
https://hub.docker.com/r/tafthorne/clang-cpputest-gcc/
To pull the image:
```
docker pull tafthorne/clang-cpputest-gcc
```
## Clang
Clang is a C based language front-end for C, C++, Objective C/C++ and others
for the LLVM compiler.
* http://clang.llvm.org/
* http://www.llvm.org/
## 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.