Hi Silvano
I suggest you run CppUTest in Visual Studio and look at how it structures the project files. you will need something similar in ewarm.
Goal one: Build the lib project for CppUTest
Goal two: Build and run the test project for CppUTest
In ewarm you will have to
- set compiler flags and include paths like in VS.
If you run into trouble, things to try are:
- turn off leak detect and don't build those files.
- if that does not help, exclude the troubled files from the build.
thanks, James
--------------------------------------------------------------------------------------------
James Grenning Author of TDD for Embedded C
On Apr 25, 2013, at 9:20 AM, Silvano Adolfo Romero wrote:
Hi James,
How are you? I hope you're doing good. I'm contacting you because I've been trying to use CppUnit Test with IAR EWARM 6.5 and I'm having trouble selecting the correct files for the compiler. Do you have any example project that can send me? or maybe you can give me an advice of which files should I start with.
Best Regards,
Silvano Adolfo Romero