chore: check exact paths of test executable and provide temp dir

This commit is contained in:
Jan
2025-01-05 00:13:46 +00:00
parent fc9e6ce14d
commit ce3786f086
12 changed files with 151 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#pragma once
#include <filesystem>
namespace oat::paths
{
std::filesystem::path GetSourceDirectory();
std::filesystem::path GetTestDirectory();
std::filesystem::path GetTempDirectory();
} // namespace oat::paths