KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
#include <ignore.h>
#include <kiway.h>
#include <sch_io_mgr.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. More... | |
static wxFileName | getEagleTestSchematic (const wxString &sch_file) |
Get a schematic file from the test data eagle subdir. More... | |
BOOST_AUTO_TEST_CASE (Load) | |
Check that a file can be loaded. More... | |
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.
References SCH_IO_MGR::ReleasePlugin().
BOOST_AUTO_TEST_CASE | ( | Load | ) |
Check that a file can be loaded.
Definition at line 60 of file test_eagle_plugin.cpp.
References getEagleTestSchematic(), ignore_unused(), and SCH_IO_MGR::ReleasePlugin().
|
static |
Get a schematic file from the test data eagle subdir.
Definition at line 47 of file test_eagle_plugin.cpp.
References KI_TEST::GetEeschemaTestDataDir().
Referenced by BOOST_AUTO_TEST_CASE().