Skip to content

meruneru/sample_doctest_project

Repository files navigation

TDD テスト駆動開発 Kent Beck C++ 再実装

how to use Doctest, C++ testing framework

doctest

Unit Test

$ cd test
$ mkdir build
$ cd build
$ cmake ..
$ make
$ test

Build

$ gcc -std=c++17 main.cpp Franc.cpp Dollar.cpp  -lc++ 

About

sample project with doctest C++ testing framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published