KiCad PCB EDA Suite
|
#include <boost/test/unit_test.hpp>
#include <kiplatform/app.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <eeschema_settings.h>
#include <symbol_editor/symbol_editor_settings.h>
#include <wx/app.h>
#include <wx/init.h>
#include <qa_utils/wx_utils/wx_assert.h>
Go to the source code of this file.
Functions | |
void | wxAssertThrower (const wxString &aFile, int aLine, const wxString &aFunc, const wxString &aCond, const wxString &aMsg) |
Main file for the Eeschema tests to be compiled. More... | |
bool | init_unit_test () |
int | main (int argc, char *argv[]) |
bool init_unit_test | ( | ) |
Definition at line 53 of file eeschema/test_module.cpp.
References KIPLATFORM::APP::Init(), Pgm(), and wxAssertThrower().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 73 of file eeschema/test_module.cpp.
References init_unit_test(), and Pgm().
void wxAssertThrower | ( | const wxString & | aFile, |
int | aLine, | ||
const wxString & | aFunc, | ||
const wxString & | aCond, | ||
const wxString & | aMsg | ||
) |
Main file for the Eeschema tests to be compiled.
Definition at line 46 of file eeschema/test_module.cpp.
Referenced by init_unit_test().