From 63aa6b86c211828c47027145ff405fd7e3fc5c3a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 8 Jun 2025 14:53:13 +0200 Subject: gui: wrap tests in application --- gui/tests/main.hpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gui/tests/main.hpp (limited to 'gui/tests/main.hpp') diff --git a/gui/tests/main.hpp b/gui/tests/main.hpp new file mode 100644 index 0000000..6aeda84 --- /dev/null +++ b/gui/tests/main.hpp @@ -0,0 +1,19 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner + * SPDX-License-Identifier: LGPL-2.1-only + */ + +#ifndef TURNS_GUI_TESTS_MAIN_HPP +#define TURNS_GUI_TESTS_MAIN_HPP + +#include +#include +#include + +namespace Turns::gui::tests::globals +{ + extern Glib::RefPtr app; + extern Glib::RefPtr win; +} // namespace Turns::gui::tests::globals + +#endif \ No newline at end of file -- cgit v1.2.3