diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 07:59:21 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-09 07:59:21 +0200 |
commit | 92124b599a4de4ea072bc80156bd7d1da53d2ef4 (patch) | |
tree | 93bc0a1b5a599be32c8fec4dbc88ab1890ccc4bd /test/app.hpp | |
parent | 3a16258e42b6f198c2fb4bfde45c66ee405adac4 (diff) |
a
Diffstat (limited to 'test/app.hpp')
-rw-r--r-- | test/app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/app.hpp b/test/app.hpp index ef98a8b4..3544ed1b 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -44,6 +44,7 @@ struct test_app final : private FM_APPLICATION static void test_hash(); static void test_path_search_node_pool(); static void test_dijkstra(); + static void test_coords(); static void zzz_test_misc(); }; } // namespace floormat |