diff options
author | Sean Kim <seanctkim@gmail.com> | 2021-10-27 15:21:11 -0700 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-08-04 12:05:25 +0200 |
commit | 4706b975b67e5144094a2fec786bbebb5ba5208c (patch) | |
tree | 79be10cfd565ab0bbc3dde42c752da476b157199 /tests/test_main.cpp | |
parent | 40eafcfab41191cd8e09125aeb825731189642ec (diff) | |
download | redot-engine-4706b975b67e5144094a2fec786bbebb5ba5208c.tar.gz |
Add unit tests for RID class.
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r-- | tests/test_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp index d533ce4f63..c23ef5be89 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -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" |