KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_drc_return_path_reference_net.cpp File Reference
#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 (ReferenceNetEmptyAcceptsAnyZoneRegression)
 
 BOOST_AUTO_TEST_CASE (ReferenceNetGndShadowedByGndPasses)
 
 BOOST_AUTO_TEST_CASE (ReferenceNetWildcardNoMatch)
 
 BOOST_AUTO_TEST_CASE (ReferenceNetWildcardMatch)
 

Variables

static const char * DUAL_ZONE_PCB
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( ReferenceNetEmptyAcceptsAnyZoneRegression )

Definition at line 144 of file test_drc_return_path_reference_net.cpp.

References BOOST_AUTO_TEST_CASE().

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( ReferenceNetGndShadowedByGndPasses )

Definition at line 153 of file test_drc_return_path_reference_net.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( ReferenceNetWildcardMatch )

Definition at line 177 of file test_drc_return_path_reference_net.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( ReferenceNetWildcardNoMatch )

Definition at line 167 of file test_drc_return_path_reference_net.cpp.

Variable Documentation

◆ DUAL_ZONE_PCB

const char* DUAL_ZONE_PCB
static

Definition at line 40 of file test_drc_return_path_reference_net.cpp.