Searched refs:base_folder (Results 1 – 2 of 2) sorted by relevance
123 std::string base_folder = "buffer/data/"; in test_all() local126 std::string gr = read_from_file<mp>(base_folder + "gr.wkt"); in test_all()127 std::string it = read_from_file<mp>(base_folder + "it.wkt"); in test_all()128 std::string nl = read_from_file<mp>(base_folder + "nl.wkt"); in test_all()129 std::string no = read_from_file<mp>(base_folder + "no.wkt"); in test_all()130 std::string uk = read_from_file<mp>(base_folder + "uk.wkt"); in test_all()
150 std::string base_folder = "data/"; in test_all() local151 std::string gr = read_from_file<mpt>(base_folder + "gr.wkt"); in test_all()152 std::string it = read_from_file<mpt>(base_folder + "it.wkt"); in test_all()153 std::string nl = read_from_file<mpt>(base_folder + "nl.wkt"); in test_all()154 std::string no = read_from_file<mpt>(base_folder + "no.wkt"); in test_all()155 std::string uk = read_from_file<mpt>(base_folder + "uk.wkt"); in test_all()