From 75a2000d198251a79b5834756c00b84fd10b7b26 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 6 Feb 2024 09:20:28 +0100 Subject: test: reorder fast vs slow tests --- test/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/main.cpp') 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(); -- cgit v1.2.3