Example project to explore Google Test and Docker with a simple C++ calculator.
- Unit testing example with Google Test
- Containerized with Docker for easy setup
- Basic C++ calculator implementation for example
Note
gtest
operates on image build
docker build -t gtest-calc-container .
docker run --rm gtest-calc-container