#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.
◆ BOOST_AUTO_TEST_CASE()
| BOOST_AUTO_TEST_CASE |
( |
ZoneSpatialFilterFiresForUnshadowedChain | | ) |
|
Definition at line 91 of file test_drc_return_path_zone_bbox.cpp.
References BOARD_TEXT, BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), BOOST_CHECK_MESSAGE(), BOOST_REQUIRE(), DRCE_DANGLING_VIA, DRCE_DRILL_OUT_OF_RANGE, DRCE_INVALID_OUTLINE, DRCE_LIB_FOOTPRINT_ISSUES, DRCE_LIB_FOOTPRINT_MISMATCH, DRCE_NET_CHAIN_RETURN_PATH_BREAK, DRCE_UNCONNECTED_ITEMS, DRU_TEXT, PCB_IO_KICAD_SEXPR::LoadBoard(), BOARD_DESIGN_SETTINGS::m_DRCEngine, BOARD_DESIGN_SETTINGS::m_DRCSeverities, MM, RPT_SEVERITY_ERROR, RPT_SEVERITY_IGNORE, and NETINFO_ITEM::SetNetChain().
◆ BOARD_TEXT
◆ DRU_TEXT
Initial value:= R"KICAD((version 1)
(rule "ReturnPath"
(condition "A.NetClass == 'Default'")
(constraint length (min 0mm) (max 200mm))
(constraint return_path (layer "B.Cu"))
)
)KICAD"
Definition at line 78 of file test_drc_return_path_zone_bbox.cpp.