diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-04 16:49:22 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-04 16:59:25 +0100 |
commit | 555bd6dce82143394b93380b42212df99d201495 (patch) | |
tree | aec14dd9a32633834595d8a4ae1f3376ecd59a68 /test | |
parent | 7984e3a949278265d7893e60521fc6a23a22aaef (diff) |
b
Diffstat (limited to 'test')
-rw-r--r-- | test/main.cpp | 5 |
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; |