#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 <pcbnew_utils/board_test_utils.h>
#include <wx/image.h>
#include <wx/init.h>
#include <wx/app.h>
Go to the source code of this file.
◆ BOOST_TEST_GLOBAL_FIXTURE() [1/3]
◆ BOOST_TEST_GLOBAL_FIXTURE() [2/3]
◆ BOOST_TEST_GLOBAL_FIXTURE() [3/3]
◆ 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().
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |