chore: add tests for templated image loader

This commit is contained in:
Jan Laupetin
2026-01-05 09:50:21 +00:00
parent 4cdccba016
commit c4a5856bfa
21 changed files with 560 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ ObjLoadingTests = {}
function ObjLoadingTests:include(includes)
if includes:handle(self:name()) then
includedirs {
"%{wks.location}/src/ObjLoading",
path.join(TestFolder(), "ObjLoadingTests")
}
end