Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 232 Bytes

File metadata and controls

8 lines (7 loc) · 232 Bytes

For running the test:

mkdir build
cd build
cmake ..
cmake --build .
ctest --verbose
(or instead, the test can be run by calling the test file manually as : ./test/test_sudoku after the build is done.)