|
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_engine.h>#include <drc/drc_item.h>#include <netinfo.h>#include <pcb_marker.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 (PartiallyShadowedTrunkReportsOneMarker) | |
| BOOST_AUTO_TEST_CASE (FullyUnshadowedTrunkReportsOneMarker) | |
Variables | |
| static const char * | PARTIAL_PCB |
| static const char * | FULLY_UNSHADOWED_PCB |
| static const char * | DRU_TEXT |
| BOOST_AUTO_TEST_CASE | ( | FullyUnshadowedTrunkReportsOneMarker | ) |
Definition at line 189 of file test_drc_return_path_per_segment.cpp.
References BOOST_CHECK_EQUAL(), and FULLY_UNSHADOWED_PCB.
| BOOST_AUTO_TEST_CASE | ( | PartiallyShadowedTrunkReportsOneMarker | ) |
Definition at line 180 of file test_drc_return_path_per_segment.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), and PARTIAL_PCB.
|
static |
Definition at line 102 of file test_drc_return_path_per_segment.cpp.
|
static |
Definition at line 72 of file test_drc_return_path_per_segment.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 38 of file test_drc_return_path_per_segment.cpp.
Referenced by BOOST_AUTO_TEST_CASE().