38 SCH_PLUGIN* pi = SCH_IO_MGR::FindPlugin( SCH_IO_MGR::SCH_EAGLE );
39 BOOST_CHECK_NE( pi,
nullptr );
50 fn.AppendDir(
"eagle_schematics" );
51 fn.SetFullName( sch_file );
62 SCH_PLUGIN* pi = SCH_IO_MGR::FindPlugin( SCH_IO_MGR::SCH_EAGLE );
66 BOOST_TEST_MESSAGE( fn.GetFullPath() );
BOOST_AUTO_TEST_CASE(FindPlugin)
Checks that the SCH_IO manager finds the Eagle plugin.
Base class that schematic file and library loading and saving plugins should derive from.
wxFileName GetEeschemaTestDataDir()
Get the configured location of Eeschema test data.
static wxFileName getEagleTestSchematic(const wxString &sch_file)
Get a schematic file from the test data eagle subdir.
void ignore_unused(const T &)
KICAD_PLUGIN_EXPORT SCENEGRAPH * Load(char const *aFileName)
reads a model file and creates a generic display structure
static void ReleasePlugin(SCH_PLUGIN *aPlugin)
Release a SCH_PLUGIN back to the system, and may cause it to be unloaded from memory.