3#include <State/Message.hpp>
7#include <core/application/MinimalApplication.hpp>
8#include <core/application/MockApplication.hpp>
10#include <ossia/network/domain/domain.hpp>
15#include <catch2/reporters/catch_reporter_event_listener.hpp>
16#include <catch2/reporters/catch_reporter_registrars.hpp>
23struct ScoreTestApplicationStarter final : Catch::EventListenerBase
25 using Catch::EventListenerBase::EventListenerBase;
26 void testRunStarting(
const Catch::TestRunInfo&)
override
28#if !defined(__EMSCRIPTEN__)
29 if(!qEnvironmentVariableIsSet(
"QT_QPA_PLATFORM"))
30 qputenv(
"QT_QPA_PLATFORM",
"offscreen");
36CATCH_REGISTER_LISTENER(ScoreTestApplicationStarter)
Definition MinimalApplication.hpp:23