HandsOnOpenCL / Exercises-Solutions

C, C++ and Python Code for Exercises and Solutions
Other
500 stars 187 forks source link

Tests for Game of Life #25

Closed tomdeakin closed 11 years ago

tomdeakin commented 11 years ago

Saved as a TODO.

We should include a sanity checking test suite for the game of life - provide some simple inputs and outputs and check the final states. This will be helpful when completing the exercise too.

tomdeakin commented 11 years ago

There have been some examples added to the gameoflife branch.