Units testing and JUCE

Hi all,

I wanted to ask what kind of Units testing framework do you use (if any) when developing in C++ (especially with JUCE) ? I’d be interested in one that goes easily with JUCE. I didn’t use any unit testing framework so far, but I think it’d might be a good thing for a more complex projects…

Any input is highly appreciated. :slight_smile:
Thank you in advance.

Y.

I have been using cxxtest with pretty good success…it requires perl but is pretty straightforward to get setup.

http://cxxtest.sourceforge.net/

[quote=“lifeofzero”]I have been using cxxtest with pretty good success…it requires perl but is pretty straightforward to get setup.

http://cxxtest.sourceforge.net/[/quote]
I thought about exactly that one myself, though haven’t had the time to try it yet. Thank you very much for your insight :slight_smile:

BTW: It seems you can also use Python instead of Perl…

Y.