1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Add a test suite for TranslationServer

This commit is contained in:
azuloo
2023-07-11 14:30:53 +03:00
parent ef155c1aeb
commit dd0bd90865
2 changed files with 137 additions and 0 deletions

View File

@@ -71,6 +71,7 @@
#include "tests/core/string/test_node_path.h"
#include "tests/core/string/test_string.h"
#include "tests/core/string/test_translation.h"
#include "tests/core/string/test_translation_server.h"
#include "tests/core/templates/test_command_queue.h"
#include "tests/core/templates/test_hash_map.h"
#include "tests/core/templates/test_hash_set.h"