16 #include <sys/types.h>
22 #include <boost/filesystem/operations.hpp>
23 #include <boost/filesystem/path.hpp>
27 boost::filesystem::path path = boost::filesystem::current_path() /
".unittests";
28 if (!boost::filesystem::is_directory(path))
29 boost::filesystem::create_directory(path);
30 return (path / filename).string();