UpdateStrategy Refactor: 6. draft, now looks good, not fully tested

This commit is contained in:
2020-12-12 16:55:27 +01:00
parent bab5552e6f
commit c1ae30c89c
18 changed files with 990 additions and 290 deletions

View File

@ -1,9 +1,10 @@
#include <gtest/gtest.h>
#include <memory>
#include <mm/engine.hpp>
TEST(engine_run, test_run) {
MM::Engine engine;
MM::Engine engine{std::make_unique};
bool run = false;