kicad/qa/unit_test_utils
John Beard 5504981d00 Separate ARRAY_OPTIONS to own class in common
The geometry and numbering logic is separate to the dialog, and
can be separated for clearer logic and better testability.

Moreover, refactor it to avoid any dependency on pcbnew
classes, so it can be move to common for potential re-use in
eeschema and friends in future.

Also convert all wxPoint logic in these classes to VECTOR2I and
fix some function visibilities.

Add some unit tests of the ARRAY_OPTIONS geometry and numbering.
2019-01-30 15:41:35 -08:00
..
include/unit_test_utils Separate ARRAY_OPTIONS to own class in common 2019-01-30 15:41:35 -08:00
CMakeLists.txt QA test: add missing boost library (boost system). 2019-01-24 09:03:58 +01:00
unit_test_utils.cpp QA: Make a separate unit test utils library, COLOR4D tests 2018-11-08 14:40:42 -05:00