Skip to content

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

Notifications You must be signed in to change notification settings

grade-e/gtest-calc-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published