Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 187 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 187 Bytes

Setup of working directory

In the project root:

mkdir build
cd build
cmake ..

Build and running unit tests

In the build directory:

make
./coding-kata_tests