This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unit testing support in DS-MDK 5.27

Does DS-MDK include an easy way to perform unit testing?

I don't know how much from Eclipse is part of DS-MDK;

moreover I'm not an expert of Eclipse.

I found that under Install Software I can select CDT Optional Features >> C/C++ Unit Testing Support but I can't find a document describing how to setup unit testing in DS-MDK

Could comeone suggest some documents and/or examples?

Parents
  • Arm only supports the DS-MDK bits of the Eclipse installation.  The Unit testing feature you mentioned is part of the CDT plug-in created for Eclipse, so if you want information on it, you will need to consult the Eclipse CDT plugin documentation.  A quick google search turned up a C/C++ Unit Testing FAQ which you may find useful:

    wiki.eclipse.org/.../FAQ

Reply
  • Arm only supports the DS-MDK bits of the Eclipse installation.  The Unit testing feature you mentioned is part of the CDT plug-in created for Eclipse, so if you want information on it, you will need to consult the Eclipse CDT plugin documentation.  A quick google search turned up a C/C++ Unit Testing FAQ which you may find useful:

    wiki.eclipse.org/.../FAQ

Children