diff options
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 2a2e39c8..fbce503b 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -42,6 +42,7 @@ struct test_app final : private FM_APPLICATION static void test_bitmask(); static void test_path_search(); static void test_hash(); + static void test_path_search_node_pool(); static void zzz_test_misc(); }; } // namespace floormat |