2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-09 10:11:49 +00:00

chore: add tests for templated image loader

This commit is contained in:
Jan Laupetin
2026-01-04 23:50:38 +01:00
parent 61750da759
commit fcc4d60756
21 changed files with 560 additions and 0 deletions

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