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