QA: add plugin type tests for EasyEDA.
This commit is contained in:
parent
e6f0a3d91b
commit
79c86445d2
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||
*
|
||||
* Copyright (C) 2023 Roberto Fernandez Bautista <roberto.fer.bau@gmail.com>
|
||||
|
@ -115,6 +115,26 @@ static const std::vector<PCB_IO_PLUGIN_CASE> BoardPluginCases = {
|
|||
"plugins/cadstar/route_offset/minimal_route_offset_curved_track.cpa",
|
||||
IO_MGR::CADSTAR_PCB_ARCHIVE
|
||||
},
|
||||
{
|
||||
"Basic EasyEDA Std board json file",
|
||||
"plugins/easyeda/PCB_USBMETER-PD QC修改版_2023-09-02.json",
|
||||
IO_MGR::EASYEDA
|
||||
},
|
||||
{
|
||||
"Basic EasyEDA Std backup file",
|
||||
"plugins/easyeda/BackupProjects_ESP32-PICO-D4_smart_watch.zip",
|
||||
IO_MGR::EASYEDA
|
||||
},
|
||||
{
|
||||
"Basic EasyEDA Pro zip board project",
|
||||
"plugins/easyedapro/Scanning Tunneling Microscope OpenSTM ControlBoard.zip",
|
||||
IO_MGR::EASYEDAPRO
|
||||
},
|
||||
{
|
||||
"Basic EasyEDA Pro epro project",
|
||||
"plugins/easyedapro/ProProject_Yuzuki Chameleon_2023-09-02.epro",
|
||||
IO_MGR::EASYEDAPRO
|
||||
},
|
||||
{
|
||||
"Basic Altium Designer board file",
|
||||
"plugins/altium/eDP_adapter_dvt1_source/eDP_adapter_dvt1.PcbDoc",
|
||||
|
@ -190,6 +210,26 @@ static const std::vector<PCB_IO_PLUGIN_CASE> LibraryPluginCases = {
|
|||
"plugins/cadstar/lib/footprint-with-thermal-pad.cpa",
|
||||
IO_MGR::CADSTAR_PCB_ARCHIVE
|
||||
},
|
||||
{
|
||||
"Basic EasyEDA Std board json file",
|
||||
"plugins/easyeda/PCB_USBMETER-PD QC修改版_2023-09-02.json",
|
||||
IO_MGR::EASYEDA
|
||||
},
|
||||
{
|
||||
"Basic EasyEDA Std backup file",
|
||||
"plugins/easyeda/BackupProjects_ESP32-PICO-D4_smart_watch.zip",
|
||||
IO_MGR::EASYEDA
|
||||
},
|
||||
{
|
||||
"Basic EasyEDA Pro zip board project",
|
||||
"plugins/easyedapro/Scanning Tunneling Microscope OpenSTM ControlBoard.zip",
|
||||
IO_MGR::EASYEDAPRO
|
||||
},
|
||||
{
|
||||
"Basic EasyEDA Pro epro project",
|
||||
"plugins/easyedapro/ProProject_Yuzuki Chameleon_2023-09-02.epro",
|
||||
IO_MGR::EASYEDAPRO
|
||||
},
|
||||
{
|
||||
"Altium Designer 'Espressif ESP32-WROOM-32.PcbLib' library file",
|
||||
"plugins/altium/pcblib/Espressif ESP32-WROOM-32.PcbLib",
|
||||
|
|
Loading…
Reference in New Issue