From 493da99269b3a111cf58e0352495e25ee49c5f84 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Wed, 5 Aug 2020 09:25:28 +0300 Subject: [Complex Text Layouts] Implement TextServer interface. Implement Fallback TextServer. --- tests/test_main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_main.cpp') diff --git a/tests/test_main.cpp b/tests/test_main.cpp index c9bf9ab5d5..9d1e7da6f7 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -45,6 +45,7 @@ #include "test_gui.h" #include "test_json.h" #include "test_list.h" +#include "test_lru.h" #include "test_math.h" #include "test_method_bind.h" #include "test_node_path.h" @@ -58,6 +59,7 @@ #include "test_render.h" #include "test_shader_lang.h" #include "test_string.h" +#include "test_text_server.h" #include "test_validate_testing.h" #include "test_variant.h" -- cgit v1.2.3