KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <pcbnew_utils/board_test_utils.h>
#include <board.h>
#include <board_design_settings.h>
#include <pad.h>
#include <pcb_track.h>
#include <pcb_marker.h>
#include <footprint.h>
#include <drc/drc_item.h>
#include <settings/settings_manager.h>
Go to the source code of this file.
Classes | |
struct | DRC_REGRESSION_TEST_FIXTURE |
Functions | |
BOOST_FIXTURE_TEST_CASE (DRCFalsePositiveRegressions, DRC_REGRESSION_TEST_FIXTURE) | |
BOOST_FIXTURE_TEST_CASE (DRCFalseNegativeRegressions, DRC_REGRESSION_TEST_FIXTURE) | |
BOOST_FIXTURE_TEST_CASE | ( | DRCFalseNegativeRegressions | , |
DRC_REGRESSION_TEST_FIXTURE | |||
) |
Definition at line 121 of file test_drc_regressions.cpp.
References DRCE_COPPER_SLIVER, DRCE_LIB_FOOTPRINT_ISSUES, DRCE_LIB_FOOTPRINT_MISMATCH, INCHES, KI_TEST::LoadBoard(), BOARD_DESIGN_SETTINGS::m_DRCEngine, BOARD_DESIGN_SETTINGS::m_DrcExclusions, BOARD_DESIGN_SETTINGS::m_DRCSeverities, MILLIMETRES, pcbIUScale, RPT_SEVERITY_ERROR, and RPT_SEVERITY_IGNORE.
BOOST_FIXTURE_TEST_CASE | ( | DRCFalsePositiveRegressions | , |
DRC_REGRESSION_TEST_FIXTURE | |||
) |
Definition at line 47 of file test_drc_regressions.cpp.
References DRCE_COPPER_SLIVER, DRCE_INVALID_OUTLINE, DRCE_LIB_FOOTPRINT_ISSUES, DRCE_LIB_FOOTPRINT_MISMATCH, DRCE_STARVED_THERMAL, DRCE_UNCONNECTED_ITEMS, BOARD_DESIGN_SETTINGS::GetSeverity(), INCHES, KI_TEST::LoadBoard(), BOARD_DESIGN_SETTINGS::m_DRCEngine, BOARD_DESIGN_SETTINGS::m_DRCSeverities, MILLIMETRES, pcbIUScale, RPT_SEVERITY_ERROR, and RPT_SEVERITY_IGNORE.