diff options
author | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2018-06-09 11:45:34 +0200 |
---|---|---|
committer | Emmanuel Leblond <emmanuel.leblond@gmail.com> | 2018-06-09 13:02:05 +0200 |
commit | 7e3b605ff43c309e146225c6bdee669e724e620c (patch) | |
tree | 1a1dade8b5aa35a8ff223058de79c5bae82e47f7 /main/tests | |
parent | 257d3c3f39fd144d202f112c9cb08a82c174afbc (diff) |
Correct test list returned by test_get_names
Diffstat (limited to 'main/tests')
-rw-r--r-- | main/tests/test_main.cpp | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/main/tests/test_main.cpp b/main/tests/test_main.cpp index c9431a1a09..cbc1107acb 100644 --- a/main/tests/test_main.cpp +++ b/main/tests/test_main.cpp @@ -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 }; |