Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 180 Bytes

File metadata and controls

10 lines (10 loc) · 180 Bytes

Guide for Build Unit testing

cmake -S . -B build
cmake --build build -j
ctest --test-dir build -V

or for simple build you can use this

./build/testing.cpp