27 #include <sys/types.h>
34 #include <boost/filesystem/operations.hpp>
35 #include <boost/filesystem/path.hpp>
38 boost::filesystem::path path = boost::filesystem::current_path() /
".unittests";
39 if (!boost::filesystem::is_directory(path)) boost::filesystem::create_directory(path);
40 return (path / filename).string();
static std::string get_unittest_path(const std::string &filename)
Definition: unittests.h:37