chore: add simple iw3 system test

This commit is contained in:
Jan Laupetin
2025-12-23 15:40:52 +01:00
parent a1693b2eb8
commit 5f04decacc
11 changed files with 102 additions and 6 deletions
+15
View File
@@ -0,0 +1,15 @@
#include "SystemTestsPaths.h"
#include "OatTestPaths.h"
#include <filesystem>
namespace fs = std::filesystem;
namespace oat::paths
{
std::filesystem::path GetSystemTestsDirectory()
{
return GetTestDirectory() / "SystemTests";
}
} // namespace oat::paths