kicad/qa
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
..
common Libeval: leading + is a sign, not an operator 2018-12-03 08:39:30 +01:00
common_tools QA: Add a generic utility tool executable. 2019-01-06 07:51:23 -08:00
data Tests CPolyLine -> SHAPE_POLY_SET refactor. 2017-03-24 10:43:47 +01:00
pcb_parse_input qa: Correct input string casting 2018-10-23 15:35:33 -07:00
pcb_test_window QA: Make a generic common test suite 2018-09-26 09:32:18 -04:00
polygon_generator QA: Make a generic common test suite 2018-09-26 09:32:18 -04:00
polygon_triangulation QA: Make a generic common test suite 2018-09-26 09:32:18 -04:00
qa_utils QA: Add a generic utility tool executable. 2019-01-06 07:51:23 -08:00
shape_poly_set_refactor QA: Fix ownership of new CPolyline in qa_shape_poly_set_refactor 2018-09-28 14:42:55 -04:00
testcases Fix incompatibilites between Python 2 and Python 3 2018-10-19 09:59:05 +02:00
unit_test_utils QA: Make a separate unit test utils library, COLOR4D tests 2018-11-08 14:40:42 -05:00
CMakeLists.txt QA: Add a generic utility tool executable. 2019-01-06 07:51:23 -08:00
test.py qa/test.py change to make sure failed tests return 1 in all systems. 2015-02-01 19:20:20 +01:00