summaryrefslogtreecommitdiff
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-04-07 00:38:35 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-04-07 00:38:44 +0200
commitc99a1af0fb7d03a0c0e5e18d0404fd900927237d (patch)
treed2c7767b7223411920b72bd9ed3aaf44224a08df /tests/test_main.cpp
parenta49079947b7ffde28262cc4978cae9bbec24361b (diff)
Remove unused legacy tests
They haven't been updated for years and still use the old MainLoop basic framework instead of the new doctest one. They're of dubious quality and best redone from scratch using the new framework.
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r--tests/test_main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp
index 830731abcd..344e2fa101 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -45,7 +45,6 @@
#include "tests/core/math/test_expression.h"
#include "tests/core/math/test_geometry_2d.h"
#include "tests/core/math/test_geometry_3d.h"
-#include "tests/core/math/test_math.h"
#include "tests/core/math/test_random_number_generator.h"
#include "tests/core/math/test_rect2.h"
#include "tests/core/math/test_rect2i.h"
@@ -63,7 +62,6 @@
#include "tests/core/templates/test_list.h"
#include "tests/core/templates/test_local_vector.h"
#include "tests/core/templates/test_lru.h"
-#include "tests/core/templates/test_oa_hash_map.h"
#include "tests/core/templates/test_ordered_hash_map.h"
#include "tests/core/templates/test_paged_array.h"
#include "tests/core/templates/test_vector.h"
@@ -77,12 +75,7 @@
#include "tests/scene/test_code_edit.h"
#include "tests/scene/test_curve.h"
#include "tests/scene/test_gradient.h"
-#include "tests/scene/test_gui.h"
#include "tests/scene/test_path_3d.h"
-#include "tests/servers/test_physics_2d.h"
-#include "tests/servers/test_physics_3d.h"
-#include "tests/servers/test_render.h"
-#include "tests/servers/test_shader_lang.h"
#include "tests/servers/test_text_server.h"
#include "tests/test_validate_testing.h"