|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <filesystem>#include <fstream>#include <board.h>#include <board_design_settings.h>#include <drc/drc_engine.h>#include <drc/drc_item.h>#include <netinfo.h>#include <pcb_marker.h>#include <pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (PerNetLengthFiresAlongsideChainLength) | |
Variables | |
| static const char * | BOARD_TEXT |
| static const char * | DRU_TEXT |
| BOOST_AUTO_TEST_CASE | ( | PerNetLengthFiresAlongsideChainLength | ) |
Definition at line 72 of file test_drc_length_with_chain.cpp.
References BOARD_TEXT, BOOST_AUTO_TEST_CASE(), BOOST_CHECK_MESSAGE(), BOOST_REQUIRE(), DRCE_DANGLING_VIA, DRCE_DRILL_OUT_OF_RANGE, DRCE_INVALID_OUTLINE, DRCE_LENGTH_OUT_OF_RANGE, DRCE_LIB_FOOTPRINT_ISSUES, DRCE_LIB_FOOTPRINT_MISMATCH, DRCE_UNCONNECTED_ITEMS, DRU_TEXT, NETINFO_ITEM::GetNetChain(), NETINFO_ITEM::GetNetCode(), PCB_IO_KICAD_SEXPR::LoadBoard(), BOARD_DESIGN_SETTINGS::m_DRCEngine, BOARD_DESIGN_SETTINGS::m_DRCSeverities, MM, RPT_SEVERITY_ERROR, RPT_SEVERITY_IGNORE, and NETINFO_ITEM::SetNetChain().
|
static |
Definition at line 38 of file test_drc_length_with_chain.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 59 of file test_drc_length_with_chain.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().