diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-06 19:29:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-06 19:31:18 +0200 |
commit | 41f8fe4e55a3b0f2e471959374ba36314e19edc0 (patch) | |
tree | 362982ad2b05427121d24fc9cd99360603bc8796 /test/main.cpp | |
parent | 5fe82a0a598331ca7b1bb5eea0286c09c4718981 (diff) |
a
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.cpp b/test/main.cpp index 4ff866bf..928ff565 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -32,6 +32,7 @@ int test_app::exec() test_path_search(); test_math(); test_hash(); + test_path_search_node_pool(); zzz_test_misc(); return 0; |