summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/main.cpp b/test/main.cpp
index 9176b47a..165ac932 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -30,11 +30,12 @@ int test_app::exec()
test_bitmask();
test_serializer_1();
test_serializer_2();
- test_path_search();
test_math();
test_hash();
- test_path_search_node_pool();
test_wall_atlas();
+
+ test_path_search_node_pool();
+ test_path_search();
zzz_test_misc();
return 0;