Crisvirus / CICDTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial c++ application

How to build

cmake -B build -S .
cd build
make

How to run

From build dir run:

./src/assignment_cli

How to run tests

From build dir run:

make test 

or:

./test/assignment_test

About


Languages

Language:C++ 91.6%Language:CMake 8.4%