Does anyone have a recommendation for a C++ TDD framework that works well with the MSP430 microcontrollers? I'm using CCS, but would prefer something independent of the IDE if possible. I also don't mind doing the development on Linux; I have a Ubuntu machine I can use.
So far I've been looking at CppUTest, but it's too big to use on the MSP430. Thought I'd ask around before going through the trouble of compiling the code for x86 just to run the tests.