kicad/qa/pcbnew_tools/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
..
drc_tool QA: Centralise BOARD reading functions in pcbnew_utils 2019-01-29 08:16:02 -05:00
pcb_parser QA: Put UTILITY_PROGRAM in KI_TEST 2019-01-29 08:15:37 -05:00
polygon_generator QA: Centralise BOARD reading functions in pcbnew_utils 2019-01-29 08:16:02 -05:00
polygon_triangulation QA: Centralise BOARD reading functions in pcbnew_utils 2019-01-29 08:16:02 -05:00