1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

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.
This commit is contained in:
Rémi Verschelde
2022-04-07 00:38:35 +02:00
parent a49079947b
commit c99a1af0fb
16 changed files with 0 additions and 2929 deletions

View File

@@ -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"