sraaphorst / spelunker

Maze generation and solving library
Other
11 stars 2 forks source link

Implement proper C++ testing #1

Closed sraaphorst closed 6 years ago

sraaphorst commented 6 years ago

Select a good C++ testing framework and move existing test cases to use it.

Example:

https://github.com/google/googletest/blob/master/googletest/docs/Primer.md

sraaphorst commented 6 years ago

This has been superseded by another issue, as I have decided to use Catch 2 for testing due to ease of use.