From 555bd6dce82143394b93380b42212df99d201495 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 4 Nov 2023 16:49:22 +0100 Subject: b --- test/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') 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; -- cgit v1.2.3