28 os <<
"WXPOINT[ x=\"" << aPt.x <<
"\" y=\"" << aPt.y <<
"\" ]";
33#ifndef QA_EESCHEMA_DATA_LOCATION
34#define QA_EESCHEMA_DATA_LOCATION "???"
39 const char* env = std::getenv(
"KICAD_TEST_EESCHEMA_DATA_DIR" );
std::string GetEeschemaTestDataDir()
Get the configured location of Eeschema test data.
#define QA_EESCHEMA_DATA_LOCATION
std::ostream & boost_test_print_type(std::ostream &os, wxPoint const &aPt)
Boost print helper for wxPoint.