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

Add a test suite for Resource

This commit is contained in:
Hugo Locurcio
2020-11-20 19:43:37 +01:00
parent d4d7535524
commit efd122a99a
2 changed files with 115 additions and 0 deletions

View File

@@ -66,6 +66,7 @@
#include "test_random_number_generator.h"
#include "test_rect2.h"
#include "test_render.h"
#include "test_resource.h"
#include "test_shader_lang.h"
#include "test_string.h"
#include "test_text_server.h"