10 #include <ecl/filesystem/config.hpp> 11 #if defined(ECL_PRIVATE_HAS_POSIX_REALPATH) 19 #include <gtest/gtest.h> 20 #include "../../include/ecl/filesystem/realpath.hpp" 30 TEST(FilesystemTests,realpath) {
32 std::string rel_path =
"./experiment.dslam";
34 ecl::realpath(rel_path, abs_path);
38 std::cout <<
"Absolute path: " << abs_path << std::endl;
48 int main(
int argc,
char **argv) {
50 testing::InitGoogleTest(&argc,argv);
51 return RUN_ALL_TESTS();
int main(int argc, char **argv)
TEST(TypeTests, fundamentals)