summaryrefslogtreecommitdiffhomepage
path: root/test/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/app.cpp')
-rw-r--r--test/app.cpp4
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),