- Clone this repository to your computer:
git@github.com:Ignitor21/Matrix.git
cd Matrix
- Run cmake:
cmake -B build
cd build
cmake --build .
To start testing move to tests directory and run:
./test.sh
To start unit tests move to build/unit-tests directory and run:
./unit-tests