KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_net_chain_total_length_sexpr.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr.h>
#include <board.h>
#include <pcb_track.h>
#include <netinfo.h>
#include <pad.h>
#include <footprint.h>
#include <router/pns_kicad_iface.h>
#include <filesystem>
#include <fstream>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (SignalAggregateMatchesPadSpacing)
 

Variables

static const long long MM = 1000000LL
 
static const char * BOARD_TEXT
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

Variable Documentation

◆ BOARD_TEXT

const char* BOARD_TEXT
static

Definition at line 33 of file test_net_chain_total_length_sexpr.cpp.

◆ MM

const long long MM = 1000000LL
static

Definition at line 31 of file test_net_chain_total_length_sexpr.cpp.