Skip to content

Commit

Permalink
Merge pull request #19461 from touilleMan/correct-test_get_names
Browse files Browse the repository at this point in the history
Correct test list returned by test_get_names
  • Loading branch information
akien-mga authored Jun 10, 2018
2 parents fc00af9 + 7e3b605 commit acd9646
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions main/tests/test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit acd9646

Please sign in to comment.