kicad/qa/geometry
John Beard 265c882320 QA Geometry: New test suite for generic geometric tests
This is the first test for a generic test suite for geometric functions.

The tests run are for fillet corners of SHAPE_POLY_SETS.

Previously, SHAPE_POLY_SET::Fillet was tested against CPolyLine::Fillet
to ensure compatibility. However, thse two functions now have different
interfaces and are not directly comparable. Also, this depended on
CPolyLine::Fillet being correct, which was not tested.

Instead, test SHAPE_POLY_SET::Fillet using tests against geometric
constraints, independent of any other fillet implementation.
2018-07-27 08:57:50 -04:00
..
CMakeLists.txt QA Geometry: New test suite for generic geometric tests 2018-07-27 08:57:50 -04:00
geom_test_utils.h QA Geometry: New test suite for generic geometric tests 2018-07-27 08:57:50 -04:00
test_fillet.cpp QA Geometry: New test suite for generic geometric tests 2018-07-27 08:57:50 -04:00
test_module.cpp QA Geometry: New test suite for generic geometric tests 2018-07-27 08:57:50 -04:00