From 48e8da4aac6c2f6c56f38e2778329178b27666e7 Mon Sep 17 00:00:00 2001 From: Lyuma Date: Thu, 24 Sep 2020 09:03:19 -0700 Subject: core/command_queue_mt: Customizable size and tests Adds unit tests for command_queue_mt.h/cpp In this revision, some unit tests will fail due to issue #42107. --- tests/test_main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_main.cpp') diff --git a/tests/test_main.cpp b/tests/test_main.cpp index f0dec22738..60674c79c0 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -36,6 +36,7 @@ #include "test_basis.h" #include "test_class_db.h" #include "test_color.h" +#include "test_command_queue.h" #include "test_expression.h" #include "test_gradient.h" #include "test_gui.h" -- cgit v1.2.3