Re: Unit testing on MSP430
Valentin Sawadski <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.user |
|---|---|
| Message-ID | <CABgPX1kiXvhy0NGWzHOvAM__soqCfNCsNqecbZJbkbdqwytgdQ@mail.gmail.com> |
Hey, depends on the software you want to debug. I think the first thing would be trying to get Cppunit or some other "regular" C/C++ unit testing framework working. If that is not feasible for some reason you could try to write your own simple test runner. We had to write one to make sure we can unit test processes for our OS (ContikiOS), as it uses a shared stack between processes which made cppunit not suitable. It took us 2 days to have a simple runner that basically did the trick. Best Regards, Valentin On Thu, Oct 24, 2013 at 7:10 PM, karthiprime <[email protected]> wrote: > Hi, how do I perform Unit testing on the MSP430 ? Any specific toolchain/ > tools supports that? > > > > -- > View this message in context: > http://msp430-gcc-users.1086195.n5.nabble.com/Unit-testing-on-MSP430-tp6943.html > Sent from the MSP430 gcc - Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > -- Valentin Sawadski Founder & Head of Embedded Software Tel.: +49 - (0) 89 - 416 15 66 4 - 5 Fax: +49 - (0) 89 - 416 15 66 4 - 9 Mobil: +49 - (0) 162 - 460 163 4 www.tado.com www.facebook.com/tado.com www.twitter.com/tado tado.com ist ein Angebot der tado° GmbH tado° GmbH | Lindwurmstr. 76 | 80337 München Geschäftsführer: Christian Deilmann | Johannes Schwarz | Leopold v. Bismarck Eingetragen beim Amtsgericht München, HRB 194769 B | Ust.-ID Nr. DE 280012558 VERTRAULICHKEITSHINWEIS: Diese Nachricht ist vertraulich. Sie darf ausschließlich durch den vorgesehenen Empfänger und Adressaten gelesen, kopiert oder genutzt werden. Sollten Sie diese Nachricht versehentlich erhalten haben, bitten wir, den Absender (durch Antwort-E-Mail) hiervon unverzüglich zu informieren und die Nachricht zu löschen. Jede Nutzung oder Weitergabe des Inhalts dieser Nachricht ist unzulässig. CONFIDENTIALITY NOTICE: This message (including any attachments) is confidential and may be privileged. It may be read, copied and used only by the intended recipient. If you have received it in error please contact the sender (by return e-mail) immediately and delete this message. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. **Please consider the environment before printing this e-mail** ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users