kicad/qa/qa_utils
John Beard 502306314e QA: Add a generic utility tool executable.
The intention here is to make it possible to wrap up many of the
KiCad utility tools into a single executable. This reduces link times
as well as the duplication of CMake files needed to build very
similar tools.

This particular tool should be suitable for any code in common,
code in pcbnew and other end-executables probalby will need an
analagous version linked to the relevant kiface.

The first tool is the coroutine_example.cpp test case, which
can be useful when learning, debugging or porting the coroutine
infrastructure.
2019-01-06 07:51:23 -08:00
..
CMakeLists.txt QA: qa_utils has to be static 2018-11-05 14:27:17 -05: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 Add an in-memory STREAM_LINE_READER benchmark 2018-10-31 12:22:47 -04:00
stdstream_line_reader.h QA: PCB file input parse test program (fuzzable) 2018-10-22 12:32:24 -04:00
utility_program.h QA: Add a generic utility tool executable. 2019-01-06 07:51:23 -08:00