|
KiCad PCB EDA Suite
|
#include <filesystem>#include <fstream>#include <memory>#include <qa_utils/wx_utils/unit_test_utils.h>#include <boost/test/unit_test.hpp>#include <base_units.h>#include <board.h>#include <kiid.h>#include <pcb_shape.h>#include <pcb_textbox.h>#include <pcbnew/pcb_io/odbpp/pcb_io_odbpp.h>#include <settings/settings_manager.h>#include <core/utf8.h>Go to the source code of this file.
Functions | |
| static int | countSurfaceRecords (const fs::path &aFeaturesFile) |
| BOOST_AUTO_TEST_CASE (OdbKnockoutTextboxExport) | |
| BOOST_AUTO_TEST_CASE | ( | OdbKnockoutTextboxExport | ) |
Definition at line 58 of file test_issue25074_odb_knockout_textbox.cpp.
References KIID::AsString(), B_SilkS, BOOST_REQUIRE(), countSurfaceRecords(), Edge_Cuts, pcbIUScale, PCB_IO_ODBPP::SaveBoard(), SEGMENT, PCB_SHAPE::SetEnd(), PCB_SHAPE::SetLayer(), PCB_SHAPE::SetStart(), and PCB_SHAPE::SetWidth().
|
static |
Definition at line 40 of file test_issue25074_odb_knockout_textbox.cpp.
Referenced by BOOST_AUTO_TEST_CASE().