50 std::vector<std::pair<wxString, int>> tests = {
51 {
"test_starved_thermal", 2 },
52 {
"issue19090/issue19090", 0 },
56 for(
const std::pair<wxString, int>&
test : tests )
61 std::vector<DRC_ITEM> violations;
68 [&](
const std::shared_ptr<DRC_ITEM>& aItem,
const VECTOR2I& aPos,
int aLayer,
69 const std::function<
void(
PCB_MARKER* )>& aPathGenerator )
72 violations.push_back( *aItem );
77 if( violations.size() ==
test.second )
87 std::map<KIID, EDA_ITEM*> itemMap;
88 m_board->FillItemMap( itemMap );
90 for(
const DRC_ITEM& item : violations )
93 BOOST_ERROR( wxString::Format(
"DRC starved thermal: %s\n"
94 "%d violations found (expected %d)\n"
97 (
int) violations.size(),
BOOST_CHECK_EQUAL(result, "25.4")