From 2b3fc8f53de9d0d547e4e5b7900c7257bdd1be1a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 12 Jul 2024 18:16:06 +0200 Subject: domain/tests: initialize glib --- test_support/src/glib_main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test_support/src/glib_main.cpp (limited to 'test_support/src') diff --git a/test_support/src/glib_main.cpp b/test_support/src/glib_main.cpp new file mode 100644 index 0000000..d224bad --- /dev/null +++ b/test_support/src/glib_main.cpp @@ -0,0 +1,10 @@ +#include + +#include + +auto main(int argc, char * argv[]) -> int +{ + Glib::init(); + + return Catch::Session().run(argc, argv); +} \ No newline at end of file -- cgit v1.2.3