kicad/qa/unit_test_utils
John Beard dc71a73178 QA: Add unit test of SHAPE_ARC
Test a few "centre-point-angle" cases and add some
generic geom code for testing vectors and boxes are within
tolerance (since rounding often creeps in).

Much of the arc-checking code will be useful to other
construction methods (e.g. point-point-point).

There are expected failures for the bbox code when
the arc passes though, but does not end on, a quadrant point
(0, 90, 180, 270). This is due to a defective
implementation of SHAPE_ARC::BBox() that does not take
into account the quadrant points. This will be fixed
as a follow-up.
2019-01-10 07:52:25 -05:00
..
include/unit_test_utils QA: Add unit test of SHAPE_ARC 2019-01-10 07:52:25 -05:00
CMakeLists.txt QA: Make a separate unit test utils library, COLOR4D tests 2018-11-08 14:40:42 -05:00
unit_test_utils.cpp QA: Make a separate unit test utils library, COLOR4D tests 2018-11-08 14:40:42 -05:00