daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
11 stars 0 forks source link

Testing framework #25

Closed MHCooke closed 1 year ago

MHCooke commented 1 year ago

As a developer, I want to unit test my code so that I can be more confident that it will not regress.

Jambls commented 1 year ago

I feel that googltest is probably the best option to start with, it seems to top lists most often. I don't know if it lets you test "embedded" stuff easily, but I don't think what we're doing is actually truly embedded.

@MHCooke @MarkAHarley @bear-in-the-air what do yous think?

MarkAHarley commented 1 year ago

Google Test seems pretty intuitive, would be happy to go for that.

Jambls commented 1 year ago

Fine by me.