Correct test list returned by test_get_names

(cherry picked from commit 7e3b605ff4)
This commit is contained in:
Emmanuel Leblond 2018-06-09 11:45:34 +02:00 committed by Rémi Verschelde
parent 80e66a6214
commit dd81ee9855
1 changed files with 9 additions and 4 deletions

View File

@ -50,15 +50,20 @@ const char **tests_get_names() {
static const char *test_names[] = {
"string",
"containers",
"math",
"physics",
"physics_2d",
"render",
"multimesh",
"oa_hash_map",
"gui",
"io",
"shaderlang",
"physics",
"oa_hash_map",
"gd_tokenizer",
"gd_parser",
"gd_compiler",
"gd_bytecode",
"image",
"ordered_hash_map",
NULL
};