summaryrefslogtreecommitdiff
path: root/lib/tests/runtime_init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/runtime_init.cpp')
-rw-r--r--lib/tests/runtime_init.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/tests/runtime_init.cpp b/lib/tests/runtime_init.cpp
deleted file mode 100644
index f896d71..0000000
--- a/lib/tests/runtime_init.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com>
- * SPDX-License-Identifier: LGPL-2.1-only
- */
-
-#include "turns-init.h"
-
-#include <catch2/reporters/catch_reporter_event_listener.hpp>
-#include <catch2/reporters/catch_reporter_registrars.hpp>
-
-namespace turns::core::tests
-{
-
- struct glib_test_init : Catch::EventListenerBase
- {
- using Catch::EventListenerBase::EventListenerBase;
-
- auto testRunStarting(Catch::TestRunInfo const &) -> void override
- {
- turns_init();
- }
- };
-
- CATCH_REGISTER_LISTENER(glib_test_init);
-
-} // namespace turns::core::tests \ No newline at end of file