Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 158 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 158 Bytes

Build and run test

mkdir build
cd build
cmake -Dgtest_force_shared_crt=ON ..      
cmake --build .
ctest -C Debug -V