kicad/qa/pcbnew_tools
John Beard 9bd7ea815c QA: Centralise BOARD reading functions in pcbnew_utils
Several pcbnew_tools utilities read a file from the command line.
Instead of replicating this code, centralise the code in
qa_pcbnew_utils, which allows simpler reuse.

THe utilities are:

* polygon_triangulation
* polygon_generator
* drc_tool

pcb_parser keeps its own function, as that is the focus of the tool,
and its likely to have its own instrumention.

This also adds the ability to read from stdin for the above tools,
which means fuzz testers could theoretically work with them, and it
also can make life easier if you can pipe a board to the executable
directly.
2019-01-29 08:16:02 -05:00
..
tools QA: Centralise BOARD reading functions in pcbnew_utils 2019-01-29 08:16:02 -05:00
CMakeLists.txt QA: Reinstate polygon_triangulation utility 2019-01-29 08:15:51 -05:00
pcbnew_tools.cpp QA: Reinstate polygon_triangulation utility 2019-01-29 08:15:51 -05:00