47 #ifndef _MIRA_BOOSTTESTUTILS_H_ 48 #define _MIRA_BOOSTTESTUTILS_H_ 51 #include <boost/test/framework.hpp> 66 int argc = ::boost::unit_test::framework::master_test_suite().argc;
67 char** argv = ::boost::unit_test::framework::master_test_suite().argv;
69 for(
int i=0; i<argc; ++i)
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
bool testSuiteHasCommandLineOption(const std::string &arg)
Tests whether a certain command line argument was passed to the unit test executable.
Definition: BoostTestUtils.h:62