2 Aug
2013
2 Aug
'13
midnight
Hi,
1. I can't place it, where the rest of the code belongs. (It's not a part of the lib) 2. I can't place it, in a test folder (these are reserved for the unit tests) 3. I can't place it in an example folder, because it does not belong there.
So you still have not answered, where the place to put this kind of code would be.
You can put your undocumented testing code into xpcc/release and continue implementing your feature. Since you are working on a feature branch, your code does not have compile all the time. When the new feature compiles and works as intended, you can leave the (now working) code in the xpcc/release example for release testing. Niklas