diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-06 09:20:28 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-06 09:23:00 +0100 |
commit | 75a2000d198251a79b5834756c00b84fd10b7b26 (patch) | |
tree | 2486d3b3d515f44fe3efc5320dfc5b65de698d1b /test | |
parent | 14ac86c98bb7f06d72a18ea02ded7add77919445 (diff) |
test: reorder fast vs slow tests
Diffstat (limited to 'test')
-rw-r--r-- | test/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/main.cpp b/test/main.cpp index a6b10e9c..3b77de46 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -26,14 +26,14 @@ int test_app::exec() test_tile_iter(); test_magnum_math(); test_entity(); + test_math(); + test_hash(); test_loader(); test_bitmask(); test_wall_atlas(); test_wall_atlas2(); test_serializer_1(); test_serializer_2(); - test_math(); - test_hash(); test_scenery(); test_raycast(); test_path_search_node_pool(); |