KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>
Go to the source code of this file.
Macros | |
#define | QA_EESCHEMA_DATA_LOCATION "???" |
Functions | |
std::ostream & | boost_test_print_type (std::ostream &os, wxPoint const &aPt) |
Boost print helper for wxPoint. | |
#define QA_EESCHEMA_DATA_LOCATION "???" |
Definition at line 34 of file unit_test_utils.cpp.
std::ostream & boost_test_print_type | ( | std::ostream & | os, |
wxPoint const & | aVec | ||
) |
Boost print helper for wxPoint.
Note operator<< for this type doesn't exist in non-DEBUG builds.
Definition at line 26 of file unit_test_utils.cpp.