RT-WDF / rt-wdf_lib

RT-WDF - Real-Time Wave Digital Filter Library
92 stars 20 forks source link

What about UnitTest ? #16

Open maxprod2016 opened 7 years ago

maxprod2016 commented 7 years ago

Maybe a premature question, but I think that will be cool to implement a set of unit test after the refactoring of the code. There's a lot of external library that do the job, maybe this issue is a good place to share experiment and link.

For my own experience, I use a lot the internal UnitTest class of Juce that is very simple and clean. Some library like the google one's need pre-build and I think it's bad to have strong link to a library in the core engine only for this type of task.

maxprod2016 commented 7 years ago

Catch Excellent and compact test framework for C++ & Objective-C. https://github.com/philsquared/Catch