KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_custom_drc_diff_merge.cpp File Reference
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <pcbnew_utils/board_test_utils.h>
#include <diff_merge/pcb_differ.h>
#include <diff_merge/kicad_diff_types.h>
#include <diff_merge/kicad_merge_engine.h>
#include "../../../pcbnew/diff_merge/pcb_merge_applier.h"
#include <board.h>
#include <settings/settings_manager.h>
#include <wildcards_and_files_ext.h>
#include <wx/file.h>
#include <wx/filename.h>
#include <wx/stdpaths.h>

Go to the source code of this file.

Classes

struct  CUSTOM_DRC_DIFF_MERGE_FIXTURE
 

Functions

 BOOST_AUTO_TEST_CASE (NoSiblingFileEmitsNoDelta)
 
 BOOST_AUTO_TEST_CASE (OursAddsRulesEmitsDelta)
 
 BOOST_AUTO_TEST_CASE (DivergentRulesContentEmitsDelta)
 
 BOOST_AUTO_TEST_CASE (IdenticalRulesContentEmitsNoDelta)
 
 BOOST_AUTO_TEST_CASE (ApplierStagesOursRulesOnReport)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( DivergentRulesContentEmitsDelta )

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( IdenticalRulesContentEmitsNoDelta )

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( NoSiblingFileEmitsNoDelta )

◆ BOOST_AUTO_TEST_CASE() [5/5]