/unitask

An interesting task

Primary LanguageC++MIT LicenseMIT

unitask

An interesting task

Build requirements

  • CMake >= 3.24
  • C++17 compatible compiler

Compilation

Clone the repo

git clone https://github.com/ivan-volnov/unitask.git

Build

mkdir build; cd build/
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . -j4

To build tests add this to cmake call

-DUNI_TEST=ON

Run

Run the app

./unitask

Run unit tests

./test/test_unitask