Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 555 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 555 Bytes

gtest-calc-container

Example project to explore Google Test and Docker with a simple C++ calculator.

Features

  • Unit testing example with Google Test
  • Containerized with Docker for easy setup
  • Basic C++ calculator implementation for example

Build

Note

gtest operates on image build

Build with Docker

docker build -t gtest-calc-container .

Run

Run with Docker

docker run --rm gtest-calc-container