Added sub folders for common, extra, and framework code files
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <aoc/Solver.hpp>
|
||||
#include <aoc/framework/Solver.hpp>
|
||||
|
||||
class TestContext
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user