|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| int | fuzz_init (int *argc, char ***argv) |
| Initialize wxWidgets and KiCad PGM_BASE for fuzzing. | |
| int fuzz_init | ( | int * | argc, |
| char *** | argv ) |
Initialize wxWidgets and KiCad PGM_BASE for fuzzing.
Should be called from LLVMFuzzerInitialize.
Definition at line 32 of file fuzz_init.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().
Referenced by LLVMFuzzerInitialize().