Skip to content

Commit d1f8a5e

Browse files
committed
Update README
1 parent 4f65c48 commit d1f8a5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ A C++17-compatible header that provides useful functions which help with the sol
1111
* [Reading Sudoku puzzles from a file](#reading-sudoku-puzzles-from-a-file)
1212
* [Operations on Grid objects](#operations-on-grid-objects)
1313
* [How It Works](#sudoku-solver---how-it-works)
14+
* [Running Tests](#running-tests)
1415
* [Acknowledgements](#acknowledgements)
1516
* [Tools](#tools)
1617

@@ -231,6 +232,9 @@ This particular algorithm employs the use of backtracking, one of the more commo
231232
7. The puzzle has now been solved.
232233
8. Stop.
233234

235+
## Running Tests
236+
* To run the tests, enter `c++ --std=c++17 tests/test_sudoku_suite.cpp` and then run the executable produced.
237+
234238
## Acknowledgements
235239

236240
* Shriram R - Idea Inspiration

0 commit comments

Comments
 (0)