diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-07 22:52:24 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-07 23:22:53 +0200 |
commit | ae78c59389e65493e073bcfd127cdf33b267e042 (patch) | |
tree | c7e751ab952c44ddb8fe9021dec2b98b4c747deb | |
parent | 4a818328b3041afdd3be384beba41413d044c2de (diff) |
e
-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 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), |