KiCad PCB EDA Suite
Loading...
Searching...
No Matches
unit_test_utils.cpp File Reference
#include <wx/utils.h>
#include <qa_utils/wx_utils/unit_test_utils.h>

Go to the source code of this file.

Macros

#define QA_DATA_ROOT   "???"
 

Functions

std::ostream & boost_test_print_type (std::ostream &os, wxPoint const &aPt)
 Boost print helper for wxPoint.
 

Macro Definition Documentation

◆ QA_DATA_ROOT

#define QA_DATA_ROOT   "???"

Definition at line 60 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 27 of file unit_test_utils.cpp.