This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C1294NCPDT: How do I test my embedded project on my development machine in CCS?

Part Number: TM4C1294NCPDT

Tool/software: Code Composer Studio

Until now I have only done manual testing of my C code, on the target device (Cortex M4 microcontrollers in this case). Now I would like to build a version of my project that will run natively (x86 Linux) so that I can do automated testing with mock hardware devices. It would be very nice if I could configure CCS to automatically do regression testing when I compile.

I have searched for materials that explain how to do this, but couldn't find any. Can anyone point me towards the documentation for doing this kind of testing with CCS? Thanks.