Content originally posted in LPCWare by mawg on Tue Dec 06 20:36:48 MST 2011
Sorry, I am a n00b. I haven't used Eclipse in years and am totally new to LPC Espresso.
I would prefer to develop my code piece by piece and unit test it on the host (Widnows PC) before letting it anywhere near the hardware.
I also want to be able to single-click re-run all unit tests after any code change, preferably with an easilly visible overview (raffic light?) of succes fail.
How do you generally go about this? Is there any unit test Eclipse plugin that works well with the Espresso IDE?
I'd prefer something very smiple. My system is coded in C, but I can code the test cases in C++ if I must.
Thanks in advance for any help.