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

Go to the source code of this file.

Functions

 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_AUTO_TEST_CASE (Load)
 Check that a file can be loaded.
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( FindPlugin  )

Checks that the SCH_IO manager finds the Eagle plugin.

Definition at line 36 of file test_eagle_plugin.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( Load  )

Check that a file can be loaded.

Definition at line 60 of file test_eagle_plugin.cpp.

References getEagleTestSchematic(), and ignore_unused().

◆ getEagleTestSchematic()

static wxFileName getEagleTestSchematic ( const wxString &  sch_file)
static

Get a schematic file from the test data eagle subdir.

Definition at line 46 of file test_eagle_plugin.cpp.

References KI_TEST::GetEeschemaTestDataDir().

Referenced by BOOST_AUTO_TEST_CASE().