Re: [Kicad-developers] [PATCH] Make generic 'common' test and add UTF8 tests

2018-09-25 Thread Wayne Stambaugh
Hey John, This looks good to me. I do like the idea of putting all of the tests in the qa folder rather than having tests scattered throughout the code. If no one else has any objections, I'll merge this as soon as I get a chance. Thanks, Wayne On 9/25/2018 10:32 AM, John Beard wrote: > Hi,

[Kicad-developers] [PATCH] Make generic 'common' test and add UTF8 tests

2018-09-25 Thread John Beard
Hi, These patches make a place for unit tests of stuff in /common under /qa. This has to move some existing stuff around a little bit: * /qa/common -> /qa/qa_utils * /qa/geometry is now part of the new /qa/common This makes a place to put libcommon tests and keeps /qa as an analogue of the main