Hi there,
I was wondering which is the recommended unit testing framework in CCS to test C++ code for i.e. a TMS320F280041. I know about the existance of DDS but I'm rather looking for something like Googletest. Googletest however requires a C++11 compiler which is not supported by the TI v20.2.4 LT compiler.
The code I want to test is independent of the hardware so something like DDS is not required. What we would really love to have is a framework that we can install on the server to continuously run the unit test with the TI v20.2.4 LT compiler.
Any suggestions would be highly appreciated!
Thanks,
Lennar