summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-06 13:50:54 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-06 13:54:00 +0100
commit2823373cd60021fde10007dc94d04eef99840f7f (patch)
tree61965be596bbb6ab11ccedd1b8ec571e42a3ebe2 /test/app.hpp
parentefef0b4e26d02f09e542adae190a8a6eeafb02f9 (diff)
pathfinding work
Diffstat (limited to 'test/app.hpp')
-rw-r--r--test/app.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/app.hpp b/test/app.hpp
index e75c6d32..b3ea87fe 100644
--- a/test/app.hpp
+++ b/test/app.hpp
@@ -32,6 +32,7 @@ struct test_app final : private FM_APPLICATION
static void test_loader();
static void test_bitmask();
static void test_path_search();
+ static void test_dijkstra();
static void test_hash();
static void test_path_search_node_pool();
static void test_wall_atlas();