kicad/qa
Michal Sojka f7c82e2469 Fix parallel build failures
Parallel builds sometimes fail with the following error:

    eeschema/sch_plugins/kicad/sch_sexpr_parser.h:36:10: fatal error: schematic_lexer.h: No such file or directory

This can be reproduced by running the following in an empty build
subdirectory:

    cmake .. -G Ninja -DWHATEVER_IS_NEEDED...
    ninja qa/schematic_utils/libqa_schematic_utils.a

We fix this by adding explicit dependency between qa_schematic_utils
and eeschema_kiface_objects, which builds schematic_lexer.h.
2022-09-26 16:55:59 +00:00
..
data Fix missing DRC check with via 2022-09-20 13:43:01 -07:00
ibis Rename signalIntegrity to ibis 2022-06-10 13:35:48 -07:00
mocks Disable inconsistent missing override warnings in qa mocks 2022-09-24 02:11:41 +01:00
pcbnew_utils Don't link gdiplus everywhere anymore 2022-08-23 23:51:35 -04:00
qa_utils Build: Fix Windows build (missing QA mock update) 2022-09-19 11:30:25 -04:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
schematic_utils Fix parallel build failures 2022-09-26 16:55:59 +00:00
testcases qa: move pcbnew data to appropriate directory 2022-03-30 11:13:23 +00:00
tools Fix isses after base_units.cpp changes. 2022-09-17 10:56:56 +02:00
unittests Don't use FindNamedPad for net-tie logic. It only reutrns the *first* 2022-09-25 17:38:31 +01:00
CMakeLists.txt Add ERC QA tests 2022-09-09 17:21:57 -07:00
test.py QA test code: fix some issues: 2022-01-06 09:37:14 +01:00