diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-08 04:44:10 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-08 05:00:37 +0200 |
| commit | be600cd122abfdbd608a7a84a69e68e136269211 (patch) | |
| tree | 1159e5f50c32f75914ae35dce2047ac6f247fb9d /test/app.cpp | |
| parent | 0b1e606551926d5058e920b9ab62bffbf2d6b9fc (diff) | |
tests: oops, fix naming conflict
Diffstat (limited to 'test/app.cpp')
| -rw-r--r-- | test/app.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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), |
