summaryrefslogtreecommitdiff
path: root/res/tests/windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'res/tests/windows.cpp')
-rw-r--r--res/tests/windows.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/res/tests/windows.cpp b/res/tests/windows.cpp
deleted file mode 100644
index 75e21fb..0000000
--- a/res/tests/windows.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <catch2/catch_test_macros.hpp>
-
-#include <gtkmm/builder.h>
-
-TEST_CASE("GResource for tracker")
-{
- auto builder = Gtk::Builder::create_from_resource("/ch/arknet/Turns/windows/tracker.ui");
-
- SECTION("can create Gtk.Builder for the main window UI definition")
- {
- REQUIRE(builder);
- }
-} \ No newline at end of file