KiCad PCB EDA Suite
|
Test suite for import of cadstar *.cpa footprints files. 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/cadstar/pcb_io_cadstar_archive.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 | CADSTAR_IMPORT_FIXTURE |
Functions | |
BOOST_AUTO_TEST_CASE (CadstarFootprintImport) | |
Compare all footprints with their KiCad reference footprint TODO: Refactor this code so it can be made common to all importers! (right now this is copy/paste from EAGLE) | |
Test suite for import of cadstar *.cpa footprints files.
Definition in file test_cadstar_footprints.cpp.
BOOST_AUTO_TEST_CASE | ( | CadstarFootprintImport | ) |
Compare all footprints with their KiCad reference footprint TODO: Refactor this code so it can be made common to all importers! (right now this is copy/paste from EAGLE)
Definition at line 55 of file test_cadstar_footprints.cpp.
References KI_TEST::CheckFootprint(), KI_TEST::GetPcbnewTestDataDir(), FOOTPRINT::GetReference(), and FOOTPRINT::GetValue().