diff options
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/main.cpp b/test/main.cpp index 165ac932..569d5130 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -36,6 +36,8 @@ int test_app::exec() test_path_search_node_pool(); test_path_search(); + test_dijkstra(); + zzz_test_misc(); return 0; |