KiCad PCB EDA Suite
Loading...
Searching...
No Matches
unit_test_utils.cpp File Reference

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.
 

Macro Definition Documentation

◆ QA_EESCHEMA_DATA_LOCATION

#define QA_EESCHEMA_DATA_LOCATION   "???"

Definition at line 34 of file unit_test_utils.cpp.

Function Documentation

◆ boost_test_print_type()

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.