jdbruijn / LedCube

Program to control an 8x8x8 RGB LED cube.
http://vidavidorra.github.io/LedCube-Documentation
GNU General Public License v3.0
0 stars 0 forks source link

Remove self tests and use unit tests #14

Open vidavidorra opened 8 years ago

vidavidorra commented 8 years ago

In a few files there is currently a define like PC_ENABLE_SELF_TEST_NO which enables or disables the 'self test' or as it should be called unit test. It would be better to have that in the code but have an external file for the unit test. A unit test framework that could be used is greatest.