KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_legacy_load.cpp File Reference

Standalone test to load legacy schematic and check references. More...

#include <boost/test/unit_test.hpp>
#include <eeschema_test_utils.h>
#include <sch_io/kicad_sexpr/sch_io_kicad_sexpr.h>
#include <sch_screen.h>
#include <sch_sheet.h>
#include <sch_symbol.h>
#include <schematic.h>
#include <kiid.h>
#include <sch_file_versions.h>
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <settings/settings_manager.h>
#include <wx/filename.h>
#include <wx/log.h>
#include <wx/stdpaths.h>
#include <sch_sheet_path.h>
#include <trace_helpers.h>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (TestLoadWithLogging)
 

Detailed Description

Standalone test to load legacy schematic and check references.

Definition in file test_legacy_load.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE()