kicad/qa
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
..
common Decouple vias from tracks in selection filter 2018-03-21 17:21:08 -04:00
data Tests CPolyLine -> SHAPE_POLY_SET refactor. 2017-03-24 10:43:47 +01:00
geometry QA Geometry: New test suite for generic geometric tests 2018-07-27 08:57:50 -04:00
pcb_test_window 3D viewer: fix some issues when opened from a frame and changes are made in a other frame: 2018-05-10 12:49:20 +02:00
polygon_generator Minor fixes related to timestamp_t. Move timestamp_t definition to base_struct.h 2017-12-07 13:33:59 +01:00
polygon_triangulation Avoid nonstandard variable length array 2017-12-06 19:27:34 -05:00
shape_poly_set_refactor QA: Rename geometry to shape_poly_set_refactor 2018-07-27 08:57:43 -04:00
testcases fix test_002_board_class.py according to changes (fixes) in bounding box track calculations 2018-06-12 17:21:03 +02:00
CMakeLists.txt QA Geometry: New test suite for generic geometric tests 2018-07-27 08:57:50 -04:00
test.py qa/test.py change to make sure failed tests return 1 in all systems. 2015-02-01 19:20:20 +01:00