Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Help with Arduino and test driven development(arduino, unit testing)
Help with Arduino and test driven development [message #1815289] Sun, 29 September 2019 15:56
Eclipse UserFriend
I've been an advocate of test driven development at work (embedded C++ development), and want to use this for my own Arduino development

Now, I've setup an Arduino project, and a separate C++ test project using the CppUTest library to unit test code from the Arduino project

I have this working, but using SVN for version control, I have to commit the two projects separately - so I can't do one checkout to get the Arduino project with its matching test project

So, is there any way to use the CppUTest library (or any other unit test framework) inside the Arduino project? (so I can commit it all in one go)

Or is there a better way to organise unit testing for Arduino?

Previous Topic:Autocomplete does not honor code style
Next Topic:Update Eclipse to 2019-09 no "correct file indentation " option
Goto Forum:
  


Current Time: Mon Jun 23 02:04:41 EDT 2025

Powered by FUDForum. Page generated in 0.28988 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top