From be600cd122abfdbd608a7a84a69e68e136269211 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 8 Jun 2024 04:44:10 +0200 Subject: tests: oops, fix naming conflict --- test/app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/app.cpp') diff --git a/test/app.cpp b/test/app.cpp index 26ecac74..f7adebcb 100644 --- a/test/app.cpp +++ b/test/app.cpp @@ -65,6 +65,7 @@ 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), @@ -72,13 +73,12 @@ int App::exec() FM_TEST(test_json3), FM_TEST(test_loader), FM_TEST(test_region), - FM_TEST(test_collisions), + FM_TEST(test_rtree), FM_TEST(test_raycast), 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