kicad/qa/qa_utils
John Beard acd103631b QA: PCB file input parse test program (fuzzable)
This adds a test program which can be used to test the
parsing of a given KiCad PCB file. This interface is
useful for both manual or automated debugging of given
files, as well as providing an interface suitable for
fuzz-testing tools.

Also adds to the testing docs to detail how fuzzing can
be used.

Also moves some useful re-usable code from io-benchmark
to a new library qa_utils, which can contain code that
isn't need in the actual KiCad libs.
2018-10-22 12:32:24 -04:00
..
CMakeLists.txt QA: PCB file input parse test program (fuzzable) 2018-10-22 12:32:24 -04:00
mocks.cpp QA: Make a generic common test suite 2018-09-26 09:32:18 -04:00
pcb_test_frame.cpp pcbnew: Separating connectivity to subdir 2018-10-12 16:31:09 -07:00
pcb_test_frame.h QA: Make a generic common test suite 2018-09-26 09:32:18 -04:00
scoped_timer.h QA: PCB file input parse test program (fuzzable) 2018-10-22 12:32:24 -04:00
stdstream_line_reader.cpp QA: PCB file input parse test program (fuzzable) 2018-10-22 12:32:24 -04:00
stdstream_line_reader.h QA: PCB file input parse test program (fuzzable) 2018-10-22 12:32:24 -04:00