Skip to content

Commit

Permalink
fixup! feat: inter controller communication
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Oct 17, 2024
1 parent 0fe8c3b commit e5e1d6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/controllershareddata_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
#include "util/color/colorpalette.h"
#include "util/time.h"

using namespace std::chrono_literals;

const RuntimeLoggingCategory logger(QString("test").toLocal8Bit());

class ControllerSharedDataTest : public MixxxTest {
protected:
void SetUp() override {
mixxx::Time::setTestMode(true);
mixxx::Time::setTestElapsedTime(mixxx::Duration::fromMillis(10));
mixxx::Time::addTestTime(10ms);
pRuntimeData = std::make_shared<ControllerSharedData>(nullptr);
cEngineA = new ControllerScriptEngineLegacy(nullptr, logger);
cEngineA->setSharedData(pRuntimeData->namespaced("testNS"));
Expand Down

0 comments on commit e5e1d6e

Please sign in to comment.