Skip to content

SampleCalc with gtest. Can be used as a template for future projects for education only.

License

Notifications You must be signed in to change notification settings

ProphetRu/SampleCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Calc

Sample Calc with googletest

Can be used as a template for future projects for education only

Project Supports

  • cmake for build
  • gtest to check
  • automatically run tests after build
  • automatic build for Ubuntu
  • automatic build for Windows

Build local

cd SampleCalc
git clone https://github.com/google/googletest.git

mkdir build && cd build

cmake ..

cmake --build . --config Release

About

SampleCalc with gtest. Can be used as a template for future projects for education only.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published