7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-02-20 19:09:38 +00:00
kicad/qa/tests/libs
John Beard d9a243d98c QA: Use data-driven tests in a few places
This means that you can run just a single case from the command line,
for example:

   `qa_pcbnew -t DRCCopperSliver/_0`

The case is also automatically printed as context.

This means that when isolating a specific defect in one case,
you can run only that one case, which is useful under debuggers
and also when using slow tools like valgrind.

Not all possibe tests are doing this, but they're easy to do
when needed (i.e. when you want to run just one case)
2025-01-24 20:13:19 +08:00
..
kimath QA: Use data-driven tests in a few places 2025-01-24 20:13:19 +08:00
kinng Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
sexpr Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
CMakeLists.txt ADDED: A new IPC API based on protobuf and nng 2024-04-02 19:34:36 -04:00