diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-24 17:44:36 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-24 17:44:36 +0100 |
commit | 2c4e844373903358190fc51f27fb53bc89369949 (patch) | |
tree | 8ce63c0c2aace80ac9501c292444b97fe97af69e | |
parent | 87083dc68ac391497ed08cb891890c66f94a324e (diff) |
a
-rw-r--r-- | test/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/app.cpp b/test/app.cpp index 70c46b8b..0ff2bdaa 100644 --- a/test/app.cpp +++ b/test/app.cpp @@ -51,7 +51,6 @@ int test_app::exec() FM_TEST(test_entity), FM_TEST(test_iptr), FM_TEST(test_hash), - FM_TEST(test_critter), FM_TEST(test_raycast), FM_TEST(test_json), FM_TEST(test_loader), @@ -67,6 +66,7 @@ int test_app::exec() FM_TEST(test_astar_pool), FM_TEST(test_astar), FM_TEST(test_dijkstra), + FM_TEST(test_critter), FM_TEST(test_saves), FM_TEST(test_zzz_misc), }; |