#include "app.hpp" #include "src/path-search.hpp" #include "compat/assert.hpp" namespace floormat { namespace { void test_bbox() { } } // namespace void test_app::test_path_search() { test_bbox(); } } // namespace floormat