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

Merge pull request #79331 from azuloo/translation-server-test-suite

Add a test suite for TranslationServer
This commit is contained in:
Rémi Verschelde
2023-08-07 14:45:24 +02:00
2 changed files with 137 additions and 0 deletions

View File

@@ -72,6 +72,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"