kicad/qa/unittests
Maciej Suminski 7f00efe6cf Properties: Fixed conditional properties using enum values in the conditions
When wxAny holds an enum, it cannot be compared with an integer due to a
missing conversion function. In such case, conditional properties
compare a raw value rather than wxAny.
2022-08-22 21:32:32 -04:00
..
common Properties: Fixed conditional properties using enum values in the conditions 2022-08-22 21:32:32 -04:00
eeschema Fix a Coverity warning 2022-08-17 09:29:04 +02:00
gerbview Move KIPLATFORM::APP::Init in qa_gerbview 2022-08-08 22:31:41 -04:00
libs Fix SHAPE_LINE_CHAIN::Simplify() when there are only 3 points in the chain 2022-08-19 20:49:49 +01:00
pcbnew Re-enable tests for zones 2022-08-18 17:06:29 -07:00
utils/kicad2step Ensure all QA tests on windows use a manifest 2022-08-08 21:26:02 -04:00
CMakeLists.txt