Unit tests running at build

How would that help, I’d still need to start full plugin and DAW to run the tests right?

This is after all a plugin, not a standalone program. If it be standalone I could make an ifdef around main() to choose which version to run… one with real program one that just starts UnitTestRunner. Then a compiler flag in ProJucer would do.

Open xcode and long press the “play” button, you’ll see a few choices there, including test. Try running that and you’ll see a message that the scheme is not configured for testing. Since ProJucer is making the xcode-project ProJucer should be the one handling that.