Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 419 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 419 Bytes

Triangles

Install & Run

    $ git clone https://github.com/XelerT/triangles.git & cd triangles

    $ mkdir build & cd build
    $ cmake ..
    $ make

If you want to compile unittest use -DGTESTS:BOOL=True cmake flag.

Tests

Use python script to E2E testing:

    $ ../tests/e2e/test.py

Or build unittest binary and start it:

    $ cmake .. -DGTESTS:BOOL=True
    $ ./unitests