cancel
Showing results for 
Search instead for 
Did you mean: 

CUBE IDE unit testing and static code analysis

dieter 123
Associate III

Hi

can anyone recommend a

  • open source unit testing tool for CUBE IDE
  • open source static code analysis tool for CUBE IDE

I tried google test and had problems inetgrating it with CUBE IDE and Eclipse.

Is there any recommendation from ST?

What does ST use for its internal use?

Thx

1 REPLY 1
Radosław
Senior

CubeIDE is based on eclipse and gcc, try google this.

Gcov can be easly run, but unit test are much more difficult for embedded targets.