summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-24 17:44:36 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-24 17:44:36 +0100
commit2c4e844373903358190fc51f27fb53bc89369949 (patch)
tree8ce63c0c2aace80ac9501c292444b97fe97af69e
parent87083dc68ac391497ed08cb891890c66f94a324e (diff)
a
-rw-r--r--test/app.cpp2
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),
};