From 3534cd206bedef5ea75302d9abf879b15d1df89c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 6 May 2024 13:30:17 +0200 Subject: test: speed up compile time Removes implicit includes to and from all files. Goes from 30 to 20 seconds. --- test/search-result.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/search-result.cpp') diff --git a/test/search-result.cpp b/test/search-result.cpp index 2d5532c0..c2837e4f 100644 --- a/test/search-result.cpp +++ b/test/search-result.cpp @@ -27,7 +27,7 @@ size_t path_search_result_pool_access::pool_size() return ret; } -void test_app::test_astar_pool() +void Test::test_astar_pool() { const auto& pool = psrpa::get_pool(); fm_assert(psrpa::pool_size() == 0); -- cgit v1.2.3