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

Jan 10, 2024
7ff37df · Jan 10, 2024

History

12 Commits
Jan 10, 2024
Jan 2, 2024
Jan 2, 2024
Jan 2, 2024
Jan 10, 2024
Jan 2, 2024
Jan 7, 2024

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