aboutsummaryrefslogtreecommitdiff
path: root/test_support/src/glib_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test_support/src/glib_main.cpp')
-rw-r--r--test_support/src/glib_main.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/test_support/src/glib_main.cpp b/test_support/src/glib_main.cpp
deleted file mode 100644
index c2fe10f..0000000
--- a/test_support/src/glib_main.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#include <catch2/catch_session.hpp>
-
-#include <glibmm/init.h>
-
-#include <giomm/init.h>
-
-namespace turns::tests
-{
- auto register_types() -> void;
-} // namespace turns::tests
-
-auto main(int argc, char * argv[]) -> int
-{
- Gio::init();
- Glib::init();
-
- turns::tests::register_types();
-
- return Catch::Session().run(argc, argv);
-} \ No newline at end of file