From 3c1c392ab177566f09d11a380210e1937741fad2 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 28 May 2023 11:45:01 +0100 Subject: Swap GLEW for more modern glad --- test/test-text.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/test-text.cpp') diff --git a/test/test-text.cpp b/test/test-text.cpp index 3a23818..629892f 100644 --- a/test/test-text.cpp +++ b/test/test-text.cpp @@ -5,6 +5,8 @@ #include #include +#include "testMainWindow.h" +#include "ui/applicationBase.h" #include #include #include @@ -12,6 +14,9 @@ #include #include +BOOST_GLOBAL_FIXTURE(ApplicationBase); +BOOST_GLOBAL_FIXTURE(TestMainWindow); + BOOST_AUTO_TEST_CASE(utf8_string_view_iter) { static constexpr utf8_string_view text {"Some UTF-8 €£²¹ text."}; -- cgit v1.2.3