Unit testing
Closed this issue · 3 comments
PatchMixolydic commented
I'm pretty sure the doubly linked list is broken or was broken. I really should be doing testing, especially unit testing.
PatchMixolydic commented
Potential unit test frameworks (haven't looked too far into them yet, I just came across them):
- CTest in CMake
- CUnit
- Criterion
- Roll my own
PatchMixolydic commented
I added a unit testing framework in 2d3cf19; all that remains is for me to add unit tests to the libraries. Not sure about the kernel, thinking I might have to add unit tests which are exposed through some command.
PatchMixolydic commented
While unit testing will be an ongoing battle, the infrastructure is (finally) in place as of 006b347.