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/loader.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/loader.cpp') diff --git a/test/loader.cpp b/test/loader.cpp index 4bd8e4f3..d551276f 100644 --- a/test/loader.cpp +++ b/test/loader.cpp @@ -45,12 +45,12 @@ constexpr const char* sceneries[] = { } // namespace -void test_app::test_loader() +void Test::test_loader() { fm_assert(loader.ground_atlas("texel")->pass_mode() == pass_mode::blocked); } -void test_app::test_loader2() +void Test::test_loader2() { constexpr auto nonexistent = "__/nonexistent/__"_s; @@ -92,7 +92,7 @@ void test_app::test_loader2() } } -void test_app::test_loader3() +void Test::test_loader3() { for (const auto& x : loader.ground_atlas_list()) { -- cgit v1.2.3