| 
    KiCad PCB EDA Suite
    
   | 
 
#include <boost/test/unit_test.hpp>#include <kiplatform/app.h>#include <pgm_base.h>#include <settings/settings_manager.h>#include <settings/kicad_settings.h>#include <eeschema_settings.h>#include <symbol_editor/symbol_editor_settings.h>#include <wx/app.h>#include <wx/init.h>#include <mock_pgm_base.h>#include <qa_utils/wx_utils/wx_assert.h>Go to the source code of this file.
Functions | |
| bool | init_unit_test () | 
| Main file for the Eeschema tests to be compiled.   | |
| int | main (int argc, char *argv[]) | 
| bool init_unit_test | ( | ) | 
Main file for the Eeschema tests to be compiled.
Definition at line 44 of file eeschema/test_module.cpp.
References PGM_BASE::GetSettingsManager(), KIPLATFORM::APP::Init(), PGM_BASE::InitPgm(), SETTINGS_MANAGER::Load(), SETTINGS_MANAGER::LoadProject(), Pgm(), SETTINGS_MANAGER::RegisterSettings(), KI_TEST::SetMockConfigDir(), SetPgm(), and KI_TEST::wxAssertThrower().
| int main | ( | int | argc, | 
| char * | argv[] ) | 
Definition at line 68 of file eeschema/test_module.cpp.
References PGM_BASE::Destroy(), init_unit_test(), and Pgm().