From ae78c59389e65493e073bcfd127cdf33b267e042 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 7 Jun 2024 22:52:24 +0200 Subject: e --- test/app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/app.cpp b/test/app.cpp index bc02a952..26ecac74 100644 --- a/test/app.cpp +++ b/test/app.cpp @@ -65,20 +65,20 @@ int App::exec() FM_TEST(test_bptr), FM_TEST(test_iptr), FM_TEST(test_entity), - FM_TEST(test_hash), // normal FM_TEST(test_bitmask), FM_TEST(test_json), FM_TEST(test_json2), FM_TEST(test_json3), FM_TEST(test_loader), + FM_TEST(test_region), FM_TEST(test_collisions), FM_TEST(test_raycast), - FM_TEST(test_region), FM_TEST(test_wall_atlas), FM_TEST(test_wall_atlas2), // the rest are slow FM_TEST(test_astar), + FM_TEST(test_hash), FM_TEST(test_critter), FM_TEST(test_dijkstra), FM_TEST(test_loader2), -- cgit v1.2.3