Skip to content

amtempleton/UnitTestPractice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnitTestPractice

Build Status

Coverage Status

Getting Started

Prerequisites:

  • Docker (*nix) or Docker Desktop (Windows/Mac)

With Docker running, execute the following commands in order.

This will generate the container image. It needs to be run each time the container configuration changes.

docker build -t gtest .

This will use the current code, attempt to build it, and run its tests within the container. If you change the code (and not the container configuration), you only need to repeat this command.

docker run --mount type=bind,source="$(pwd)",target=/usr/src -it gtest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 46.2%
  • Makefile 35.6%
  • Dockerfile 17.2%
  • Shell 1.0%