|
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_chain_topology.h>#include <drc/drc_engine.h>#include <drc/drc_item.h>#include <footprint.h>#include <netinfo.h>#include <pad.h>#include <pcb_marker.h>#include <pcb_track.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 (DaisyChainTrunkEqualsSumExplicit) | |
| BOOST_AUTO_TEST_CASE (BranchedChainTrunkExcludesStubs) | |
Variables | |
| static const char * | DAISY_PCB |
| static const char * | BRANCHED_PCB |
| BOOST_AUTO_TEST_CASE | ( | BranchedChainTrunkExcludesStubs | ) |
Definition at line 218 of file test_drc_chain_length_trunk.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), BRANCHED_PCB, CHAIN_TOPOLOGY::IsValid(), CHAIN_TOPOLOGY::Stubs(), and CHAIN_TOPOLOGY::TrunkLength().
| BOOST_AUTO_TEST_CASE | ( | DaisyChainTrunkEqualsSumExplicit | ) |
Definition at line 187 of file test_drc_chain_length_trunk.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_REQUIRE(), DAISY_PCB, CHAIN_TOPOLOGY::IsValid(), and CHAIN_TOPOLOGY::TrunkLength().
|
static |
Definition at line 82 of file test_drc_chain_length_trunk.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 42 of file test_drc_chain_length_trunk.cpp.
Referenced by BOOST_AUTO_TEST_CASE().