KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_cam_backdrill.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <board.h>
#include <footprint.h>
#include <pad.h>
#include <pcb_shape.h>
#include <pcbnew/exporters/gendrill_excellon_writer.h>
#include <pcbnew/exporters/gendrill_gerber_writer.h>
#include <pcbnew/pcb_io/odbpp/pcb_io_odbpp.h>
#include <pcbnew/pcb_track.h>
#include <pcbnew_utils/board_test_utils.h>
#include <settings/settings_manager.h>
#include <base_units.h>
#include <map>
#include <memory>
#include <core/utf8.h>
#include <wx/dir.h>
#include <wx/ffile.h>
#include <wx/filename.h>
#include <wx/tokenzr.h>
#include <wx/utils.h>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (BackdrillCamOutputs)
 
 BOOST_AUTO_TEST_CASE (FrontAndBackBackdrillCamOutputs)
 
 BOOST_AUTO_TEST_CASE (DualBackdrillSameViaCamOutputs)
 
 BOOST_AUTO_TEST_CASE (GerberDrillPrecision)
 
 BOOST_AUTO_TEST_CASE (DrillFileLayerOrderInFilename)
 
 BOOST_AUTO_TEST_CASE (DrillReportNullReporter)
 
 BOOST_AUTO_TEST_CASE (DrillReportWithTools)
 
 BOOST_AUTO_TEST_CASE (OdbPpUnfilledRectangleOnSilk)
 
static wxFileName ExportOdbTree (BOARD *aBoard, const wxFileName &aTempDir)
 
static wxString ReadOdbLayerFeatures (const wxFileName &aOdbRoot, const wxString &aLayerDir)
 
 BOOST_AUTO_TEST_CASE (OdbPpUnfilledCircleAnnulus)
 
 BOOST_AUTO_TEST_CASE (OdbPpUnfilledCircleWithoutHole)
 
 BOOST_AUTO_TEST_CASE (OdbPpPlatedSlotDrill)
 
 BOOST_AUTO_TEST_CASE (DrillReportBackdrillHoleCount)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/12]

◆ BOOST_AUTO_TEST_CASE() [2/12]

◆ BOOST_AUTO_TEST_CASE() [3/12]

◆ BOOST_AUTO_TEST_CASE() [4/12]

BOOST_AUTO_TEST_CASE ( DrillReportNullReporter )

◆ BOOST_AUTO_TEST_CASE() [5/12]

◆ BOOST_AUTO_TEST_CASE() [6/12]

◆ BOOST_AUTO_TEST_CASE() [7/12]

◆ BOOST_AUTO_TEST_CASE() [8/12]

◆ BOOST_AUTO_TEST_CASE() [9/12]

◆ BOOST_AUTO_TEST_CASE() [10/12]

BOOST_AUTO_TEST_CASE ( OdbPpUnfilledCircleAnnulus )

◆ BOOST_AUTO_TEST_CASE() [11/12]

BOOST_AUTO_TEST_CASE ( OdbPpUnfilledCircleWithoutHole )

◆ BOOST_AUTO_TEST_CASE() [12/12]

◆ ExportOdbTree()

static wxFileName ExportOdbTree ( BOARD * aBoard,
const wxFileName & aTempDir )
static

◆ ReadOdbLayerFeatures()

static wxString ReadOdbLayerFeatures ( const wxFileName & aOdbRoot,
const wxString & aLayerDir )
static

Definition at line 535 of file test_cam_backdrill.cpp.

References BOOST_REQUIRE().

Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().