You've already forked godot
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user