KiCad PCB EDA Suite
|
Test suite for import of *.lbr libraries. More...
#include <pcbnew_utils/board_test_utils.h>
#include <pcbnew_utils/board_file_utils.h>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <pcbnew/pcb_io/eagle/pcb_io_eagle.h>
#include <pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr.h>
#include <footprint.h>
#include <pad.h>
#include <zone.h>
Go to the source code of this file.
Classes | |
struct | EAGLE_LBR_IMPORT_FIXTURE |
Functions | |
BOOST_AUTO_TEST_CASE (EagleLbrLibImport) | |
Declares the struct as the Boost test fixture. | |
Test suite for import of *.lbr libraries.
Definition in file test_eagle_lbr_import.cpp.
BOOST_AUTO_TEST_CASE | ( | EagleLbrLibImport | ) |
Declares the struct as the Boost test fixture.
Compare all footprints declared in a *.lbr file with their KiCad reference footprint
Definition at line 59 of file test_eagle_lbr_import.cpp.
References KI_TEST::CheckFootprint(), KI_TEST::GetPcbnewTestDataDir(), FOOTPRINT::GetReference(), and FOOTPRINT::GetValue().