You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)