19#ifndef ORES_TESTING_PROJECT_ROOT_HPP
20#define ORES_TESTING_PROJECT_ROOT_HPP
44 static std::filesystem::path
get();
53 static std::filesystem::path
resolve(
const std::filesystem::path& relative_path);
Testing infrastructure common to all test projects.
Definition database_helper.hpp:27
Provides access to project root directory for test resource location.
Definition project_root.hpp:34
static std::filesystem::path get()
Returns the absolute path to the project root directory.
Definition project_root.cpp:48
static std::filesystem::path resolve(const std::filesystem::path &relative_path)
Resolves a project-relative path to an absolute path.
Definition project_root.cpp:56