summaryrefslogtreecommitdiffhomepage
path: root/test/loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/loader.cpp')
-rw-r--r--test/loader.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/loader.cpp b/test/loader.cpp
index 69804c89..95c61489 100644
--- a/test/loader.cpp
+++ b/test/loader.cpp
@@ -2,6 +2,7 @@
#include "compat/assert.hpp"
#include "loader/loader.hpp"
#include "src/tile-atlas.hpp"
+#include "loader/wall-info.hpp"
namespace floormat {
@@ -14,6 +15,8 @@ void test_app::test_loader()
loader.sceneries();
for (StringView name : loader.anim_atlas_list())
loader.anim_atlas(name);
+ for (const auto& info : loader.wall_atlas_list())
+ (void)loader.wall_atlas(info.name);
}
} // namespace floormat