39    BOOST_CHECK_NE( pi.get(), 
nullptr );
 
 
   50    fn.AppendDir( 
"eagle" );
 
   51    fn.SetFullName( sch_file );
 
 
KICAD_PLUGIN_EXPORT SCENEGRAPH * Load(char const *aFileName)
Read a model file and creates a generic display structure.
 
void ignore_unused(const T &)
 
std::unique_ptr< T > IO_RELEASER
Helper to hold and release an IO_BASE object when exceptions are thrown.
 
std::string GetEeschemaTestDataDir()
Get the configured location of Eeschema test data.
 
BOOST_AUTO_TEST_CASE(FindPlugin)
Checks that the SCH_IO manager finds the Eagle plugin.
 
static wxFileName getEagleTestSchematic(const wxString &sch_file)
Get a schematic file from the test data eagle subdir.
 
BOOST_TEST_MESSAGE("Polyline has "<< chain.PointCount()<< " points")