| 
    KiCad PCB EDA Suite
    
   | 
 
#include <boost/test/unit_test.hpp>#include <kiplatform/app.h>#include <mock_pgm_base.h>#include <settings/settings_manager.h>#include <pcbnew_settings.h>#include <qa_utils/error_handlers.h>#include <wx/image.h>#include <wx/init.h>#include <wx/app.h>Go to the source code of this file.
Functions | |
| BOOST_TEST_GLOBAL_FIXTURE (KI_SIGNAL_HANDLER_FIXTURE) | |
| Main file for the pcbnew tests to be compiled.   | |
| BOOST_TEST_GLOBAL_FIXTURE (KI_STACK_TRACE_FIXTURE) | |
| bool | init_unit_test () | 
| int | main (int argc, char *argv[]) | 
| BOOST_TEST_GLOBAL_FIXTURE | ( | KI_SIGNAL_HANDLER_FIXTURE | ) | 
Main file for the pcbnew tests to be compiled.
| BOOST_TEST_GLOBAL_FIXTURE | ( | KI_STACK_TRACE_FIXTURE | ) | 
| bool init_unit_test | ( | ) | 
Definition at line 41 of file pcbnew/test_module.cpp.
References PGM_BASE::GetSettingsManager(), KIPLATFORM::APP::Init(), PGM_BASE::InitPgm(), SETTINGS_MANAGER::Load(), SETTINGS_MANAGER::LoadProject(), Pgm(), program, SETTINGS_MANAGER::RegisterSettings(), KI_TEST::SetMockConfigDir(), SetPgm(), and KI_TEST::wxAssertThrower().
| int main | ( | int | argc, | 
| char * | argv[] ) | 
Definition at line 69 of file pcbnew/test_module.cpp.
References init_unit_test().