|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <pcbnew_utils/board_file_utils.h>#include <functional>#include <memory>#include <utility>#include <vector>#include <board.h>#include <board_design_settings.h>#include <board_loader.h>#include <drc/drc_engine.h>#include <drc/drc_item.h>#include <drc/drc_rule.h>#include <pcb_io/pcb_io_mgr.h>#include <project.h>#include <settings/settings_manager.h>#include <wx/filename.h>Go to the source code of this file.
Classes | |
| struct | DRC_ISSUE_23868_FIXTURE |
Functions | |
| BOOST_FIXTURE_TEST_CASE (DRCIssue23868PropagationDelayCacheAfterLoad, DRC_ISSUE_23868_FIXTURE) | |
| BOOST_FIXTURE_TEST_CASE | ( | DRCIssue23868PropagationDelayCacheAfterLoad | , |
| DRC_ISSUE_23868_FIXTURE | ) |
Definition at line 77 of file test_drc_issue23868.cpp.
References BOOST_CHECK_MESSAGE(), BOOST_REQUIRE(), BOOST_TEST_MESSAGE(), DRCE_FIRST, DRCE_LAST, DRCE_LENGTH_OUT_OF_RANGE, PCB_IO_MGR::KICAD_SEXP, BOARD_LOADER::Load(), BOARD_DESIGN_SETTINGS::m_DRCEngine, BOARD_DESIGN_SETTINGS::m_DRCSeverities, MM, project, RPT_SEVERITY_ERROR, RPT_SEVERITY_IGNORE, DRC_ENGINE::RulesValid(), DRC_ENGINE::RunTests(), and DRC_ENGINE::SetViolationHandler().