altium: Add testcase to verify that "PCB Binary Version 5.0" is also supported
This commit is contained in:
parent
406c528ab7
commit
056748e0df
Binary file not shown.
|
@ -65,7 +65,8 @@ BOOST_FIXTURE_TEST_SUITE( AltiumPcbLibImport, ALTIUM_PCBLIB_IMPORT_FIXTURE )
|
|||
BOOST_AUTO_TEST_CASE( AltiumPcbLibImport )
|
||||
{
|
||||
std::vector<std::pair<wxString, wxString>> tests = {
|
||||
{ "Tracks.PcbLib", "Tracks.pretty" },
|
||||
{ "Tracks.v5.PcbLib", "Tracks.pretty" },
|
||||
{ "Tracks.v6.PcbLib", "Tracks.pretty" },
|
||||
{ "Espressif ESP32-WROOM-32.PcbLib", "Espressif ESP32-WROOM-32.pretty" }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue