jdbruijn/LedCube

Remove self tests and use unit tests

Opened this issue · 0 comments

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.