kicad/qa/unittests
Mikolaj Wielgus 37209bb496 Try to fix Ngspice QA by resampling and cutting off value digits
`linearize` command resamples the data. Fourth and further digits from
decimal point are cut off by using `wrdata` command instead of `write`.
Oddly, "sources" unit test is not working (so it's still uncommented) --
some substantially different values are generated when generating the
reference with standalone Ngspice.
2022-08-03 14:28:01 +02:00
..
common Fix various typos 2022-07-21 16:31:41 +00:00
eeschema Try to fix Ngspice QA by resampling and cutting off value digits 2022-08-03 14:28:01 +02:00
gerbview Use kiplatform::app::init to suppress gerbview qa noise on msvc 2022-07-18 21:35:05 -04:00
libs Performance: avoid sqrt at all costs. 2022-07-16 18:42:32 +01:00
pcbnew Add annular ring test and fix footprint/pad mismatch in other test. 2022-08-01 21:50:35 +01:00
utils/kicad2step
CMakeLists.txt