Added sub folders for common, extra, and framework code files

This commit is contained in:
2025-04-30 20:37:03 +02:00
parent 08a94ba068
commit 01c300dce1
75 changed files with 103 additions and 103 deletions

View File

@@ -19,7 +19,7 @@
#include <string>
#include <vector>
#include <aoc/Solver.hpp>
#include <aoc/framework/Solver.hpp>
class TestContext
{

View File

@@ -17,7 +17,7 @@
#include <catch2/catch_test_macros.hpp>
#include <aoc/SolverEngine.hpp>
#include <aoc/framework/SolverEngine.hpp>
void TestContext::run(const std::unique_ptr<Solver>&& solver, const long long int expected1,
const long long int expected2, const std::vector<std::string>& inputPaths)