summaryrefslogtreecommitdiff
path: root/res/tests/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'res/tests/main.cpp')
-rw-r--r--res/tests/main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/res/tests/main.cpp b/res/tests/main.cpp
deleted file mode 100644
index 02173f9..0000000
--- a/res/tests/main.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <catch2/catch_session.hpp>
-
-#include <adwaita.h>
-#include <gtkmm/init.h>
-
-auto main(int argc, char * argv[]) -> int
-{
- Gtk::init_gtkmm_internals();
- adw_init();
-
- return Catch::Session().run(argc, argv);
-} \ No newline at end of file