#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.
|
| static const long long | MM = 1000000LL |
| |
| static const char * | BOARD_TEXT |
| |
◆ BOOST_AUTO_TEST_CASE()
| BOOST_AUTO_TEST_CASE |
( |
SignalAggregateMatchesPadSpacing | | ) |
|
Definition at line 83 of file test_net_chain_total_length_sexpr.cpp.
References BOARD_TEXT, BOOST_AUTO_TEST_CASE(), BOOST_CHECK_MESSAGE(), BOOST_REQUIRE(), PAD::GetCenter(), NETINFO_ITEM::GetNetChain(), NETINFO_ITEM::GetNetCode(), PNS_KICAD_IFACE_BASE::GetSignalAggregate(), PCB_IO_KICAD_SEXPR::LoadBoard(), MM, pad, PNS_KICAD_IFACE_BASE::SetBoard(), and NETINFO_ITEM::SetTerminalPad().
◆ BOARD_TEXT
◆ MM
| const long long MM = 1000000LL |
|
static |