You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Correct test list returned by test_get_names
This commit is contained in:
@@ -50,15 +50,20 @@ const char **tests_get_names() {
|
|||||||
|
|
||||||
static const char *test_names[] = {
|
static const char *test_names[] = {
|
||||||
"string",
|
"string",
|
||||||
"containers",
|
|
||||||
"math",
|
"math",
|
||||||
|
"physics",
|
||||||
|
"physics_2d",
|
||||||
"render",
|
"render",
|
||||||
"multimesh",
|
"oa_hash_map",
|
||||||
"gui",
|
"gui",
|
||||||
"io",
|
"io",
|
||||||
"shaderlang",
|
"shaderlang",
|
||||||
"physics",
|
"gd_tokenizer",
|
||||||
"oa_hash_map",
|
"gd_parser",
|
||||||
|
"gd_compiler",
|
||||||
|
"gd_bytecode",
|
||||||
|
"image",
|
||||||
|
"ordered_hash_map",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user