1 Aug
2013
1 Aug
'13
11:30 p.m.
Hi,
there should be a place for saving code for testing purposes.
We have `scons check` which compiles everything in xpcc/examples. The idea is to move this to xpcc/release to test periodically in a CI environment.
At the moment testing examples are misused for this kind of code, because there simply is no other place to put this code. A top-Level sandbox folder would be nice.
No sandbox folder. We already have enough top-level folders. Do not commit half finished code as *examples*. Use a branch and make the code work, then write a nice example about it. Niklas