kicad/qa
Sylwester Kocjan f5dedd77c6 eeschema,sim: add SIMULATOR and SIM_MODEL interface
SIMULATOR has now an Attach() method, which should be called
with proper SIMULATION_MODEL that should be simulated, before calling Run()

Concrete class of SIMULATION_MODEL for ngspice is NGSPICE_CIRCUIT_MODEL,
renamed from NETLIST_EXPORTER_PSPICE_SIM. DIALOG_SIM_SETTINGS relies
on above mentioned object, so it was added as an argument of the constructor.
2022-04-01 19:28:31 +00:00
..
data qa: move pcbnew data to appropriate directory 2022-03-30 11:13:23 +00:00
mocks qa: add missing const to mocked method 2022-03-21 11:51:39 +00:00
pcbnew_utils qa: move pcbnew data to appropriate directory 2022-03-30 11:13:23 +00:00
qa_utils Preload PCBnew find with selection when appropriate. 2022-03-19 19:37:01 +00:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
testcases qa: move pcbnew data to appropriate directory 2022-03-30 11:13:23 +00:00
tools QA: fix paths in CMakeLists.txt after QA paths changes 2022-03-30 18:18:29 +02:00
unittests eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
CMakeLists.txt qa: move unittests to the separate directory 2022-03-30 11:13:23 +00:00
test.py QA test code: fix some issues: 2022-01-06 09:37:14 +01:00