KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_easyedapro_v3_import.cpp File Reference

Test suite for import of EasyEDA Pro v3 PCB files. More...

#include <qa_utils/wx_utils/unit_test_utils.h>
#include <pcbnew_utils/board_file_utils.h>
#include <pcbnew_utils/board_test_utils.h>
#include <pcbnew/pcb_io/pcb_io.h>
#include <pcbnew/pcb_io/pcb_io_mgr.h>
#include <board.h>
#include <footprint.h>
#include <wx/dir.h>
#include <wx/filefn.h>
#include <wx/filename.h>
#include <algorithm>
#include <memory>
#include <vector>

Go to the source code of this file.

Functions

static wxString getEasyEdaProV3SymbolLibPath ()
 
static wxString getEasyEdaProV3FootprintLibPath ()
 
static std::vector< wxString > listDirEntries (const wxString &aPath)
 
 BOOST_AUTO_TEST_CASE (FootprintLibraryCanReadOnlyFootprintElibz2)
 
 BOOST_AUTO_TEST_CASE (FootprintLibraryEnumeratesAndLoadsElibz2)
 
 BOOST_AUTO_TEST_CASE (BoardLoadImportsInnerLayers)
 

Detailed Description

Test suite for import of EasyEDA Pro v3 PCB files.

Definition in file pcbnew/pcb_io/easyedapro/test_easyedapro_v3_import.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( FootprintLibraryCanReadOnlyFootprintElibz2 )

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( FootprintLibraryEnumeratesAndLoadsElibz2 )

◆ getEasyEdaProV3FootprintLibPath()

static wxString getEasyEdaProV3FootprintLibPath ( )
static

◆ getEasyEdaProV3SymbolLibPath()

static wxString getEasyEdaProV3SymbolLibPath ( )
static

◆ listDirEntries()

static std::vector< wxString > listDirEntries ( const wxString & aPath)
static

Definition at line 64 of file pcbnew/pcb_io/easyedapro/test_easyedapro_v3_import.cpp.

References name.

Referenced by BOOST_AUTO_TEST_CASE().