Help with Arduino and test driven development [message #1815289] |
Sun, 29 September 2019 15:56 |
Eclipse User |
|
|
|
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?
|
|
|
Powered by
FUDForum. Page generated in 0.28988 seconds