BatchDrake / sigutils

Small signal processing utility library
https://batchdrake.github.io/sigutils
GNU General Public License v3.0
71 stars 29 forks source link

Unit tests refactor #44

Closed antoniovazquezblanco closed 1 year ago

antoniovazquezblanco commented 1 year ago

At some point I would like to contribute by refactoring the test infraestructure in this repo. Looking at suitable frameworks I found https://libcheck.github.io/check/ wich seemd like adecuated for the job but I have not used it. I would like some input and or feedback if anyone has experience with it or with any other C alternative.

Thanks

BatchDrake commented 1 year ago

Please go ahead. The current unit test infrastructure is old and deprecated, and it was more like an ad-hoc code to test the earliest APIs of the library. Sigutils is rather mature now, and something more serious is more than welcome.

antoniovazquezblanco commented 1 year ago

New testing infraestructure is in place!