summaryrefslogtreecommitdiffhomepage
path: root/test/loader.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-06 13:30:17 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-06 13:37:15 +0200
commit3534cd206bedef5ea75302d9abf879b15d1df89c (patch)
tree977f646ae1282ff7f539d2a524d1e354bfcf465d /test/loader.cpp
parent4d6f747c4b8287e042363264a47265848ca2d92c (diff)
test: speed up compile time
Removes implicit includes to <windows.h> and <cr/StringView.h> from all files. Goes from 30 to 20 seconds.
Diffstat (limited to 'test/loader.cpp')
-rw-r--r--test/loader.cpp6
1 files changed, 3 insertions, 3 deletions
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())
{