| 
    KiCad PCB EDA Suite
    
   | 
 
#include <qa_utils/wx_utils/unit_test_utils.h>#include <core/ignore.h>#include <kiway.h>#include <sch_io/sch_io.h>#include "eeschema_test_utils.h"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.   | |
| 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 | ( | Load | ) | 
Check that a file can be loaded.
Definition at line 60 of file test_eagle_plugin.cpp.
References BOOST_TEST_MESSAGE(), getEagleTestSchematic(), ignore_unused(), and Load().
      
  | 
  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().