KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_drc_chain_length_trunk.cpp File Reference
#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"
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( BranchedChainTrunkExcludesStubs )

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( DaisyChainTrunkEqualsSumExplicit )

Variable Documentation

◆ BRANCHED_PCB_FILE

const char* BRANCHED_PCB_FILE = "net_chains/chain_length_branched.kicad_pcb"
static

Definition at line 40 of file test_drc_chain_length_trunk.cpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ DAISY_PCB_FILE

const char* DAISY_PCB_FILE = "net_chains/chain_length_daisy.kicad_pcb"
static