kicad/qa/unittests
Seth Hillbrand aac6f576c2 Fix broken comparison in pin_numbers
Pin names like "+V" were incorrectly parsed as doubles leading to broken
comparisons.  These caused heap overflows when sorting pin tables

This corrects the comparison so that numeric sorts are only performed
when there is an actual number in the symbol segment.  Also adds unit
tests for common error cases
2022-04-19 14:46:05 -07:00
..
common qa: move unittests to the separate directory 2022-03-30 11:13:23 +00:00
eeschema Fix broken comparison in pin_numbers 2022-04-19 14:46:05 -07:00
gerbview qa: move unittests to the separate directory 2022-03-30 11:13:23 +00:00
libs Fix rounding errors in SHAPE_ARC::Collide + fix qa tests 2022-04-11 13:46:36 +01:00
pcbnew Implement Eagle text variables. 2022-04-10 17:29:47 +01:00
utils/kicad2step qa: move unittests to the separate directory 2022-03-30 11:13:23 +00:00
CMakeLists.txt qa: move unittests to the separate directory 2022-03-30 11:13:23 +00:00