|
KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>#include <pcbnew_utils/board_file_utils.h>#include <board.h>#include <drc/drc_chain_topology.h>#include <footprint.h>#include <netinfo.h>#include <pad.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_FILE = "net_chains/chain_length_daisy.kicad_pcb" |
| static const char * | BRANCHED_PCB_FILE = "net_chains/chain_length_branched.kicad_pcb" |
| BOOST_AUTO_TEST_CASE | ( | BranchedChainTrunkExcludesStubs | ) |
Definition at line 128 of file test_drc_chain_length_trunk.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), BRANCHED_PCB_FILE, CHAIN_TOPOLOGY::IsValid(), CHAIN_TOPOLOGY::Stubs(), and CHAIN_TOPOLOGY::TrunkLength().
| BOOST_AUTO_TEST_CASE | ( | DaisyChainTrunkEqualsSumExplicit | ) |
Definition at line 99 of file test_drc_chain_length_trunk.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_REQUIRE(), DAISY_PCB_FILE, CHAIN_TOPOLOGY::IsValid(), and CHAIN_TOPOLOGY::TrunkLength().
|
static |
Definition at line 40 of file test_drc_chain_length_trunk.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 35 of file test_drc_chain_length_trunk.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().