Explicitly build nets when running test boards
Suggested by @craftyjon, this builds the list of nets needed for DRC engine before running QA
This commit is contained in:
parent
d7f5917fb0
commit
694bea187e
|
@ -91,7 +91,7 @@ void LoadBoard( SETTINGS_MANAGER& aSettingsManager, const wxString& aRelPath,
|
||||||
m_DRCEngine->InitEngine( wxFileName() );
|
m_DRCEngine->InitEngine( wxFileName() );
|
||||||
|
|
||||||
aBoard->GetDesignSettings().m_DRCEngine = m_DRCEngine;
|
aBoard->GetDesignSettings().m_DRCEngine = m_DRCEngine;
|
||||||
|
aBoard->BuildListOfNets();
|
||||||
aBoard->BuildConnectivity();
|
aBoard->BuildConnectivity();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue