1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Add unit tests for RID class.

This commit is contained in:
Sean Kim
2021-10-27 15:21:11 -07:00
committed by Rémi Verschelde
parent 40eafcfab4
commit 4706b975b6
2 changed files with 102 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
#include "tests/core/templates/test_local_vector.h"
#include "tests/core/templates/test_lru.h"
#include "tests/core/templates/test_paged_array.h"
#include "tests/core/templates/test_rid.h"
#include "tests/core/templates/test_vector.h"
#include "tests/core/test_crypto.h"
#include "tests/core/test_hashing_context.h"