29 os <<
"WXPOINT[ x=\"" << aPt.x <<
"\" y=\"" << aPt.y <<
"\" ]";
36 const char* env = std::getenv(
"KICAD_TEST_EESCHEMA_DATA_DIR" );
60#define QA_DATA_ROOT "???"
65 const char* env = std::getenv(
"QA_DATA_ROOT" );
89 if( !wxGetEnv( wxT(
"KICAD_CONFIG_HOME" ),
nullptr ) )
92 path += wxT(
"/config/" );
93 wxSetEnv( wxT(
"KICAD_CONFIG_HOME" ),
path );
std::string GetTestDataRootDir()
std::string GetEeschemaTestDataDir()
Get the configured location of Eeschema test data.
std::ostream & boost_test_print_type(std::ostream &os, wxPoint const &aPt)
Boost print helper for wxPoint.