2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-27 12:31:50 +00:00

chore: add SystemTests project

This commit is contained in:
Jan Laupetin
2025-12-19 16:04:54 +01:00
parent 8eb79da8a2
commit fd9c57e15a
3 changed files with 62 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ include "test/ObjLoadingTests.lua"
include "test/ObjWritingTests.lua"
include "test/ParserTestUtils.lua"
include "test/ParserTests.lua"
include "test/SystemTests.lua"
include "test/ZoneCodeGeneratorLibTests.lua"
include "test/ZoneCommonTests.lua"
@@ -212,6 +213,7 @@ group "Tests"
ObjWritingTests:project()
ParserTestUtils:project()
ParserTests:project()
SystemTests:project()
ZoneCodeGeneratorLibTests:project()
ZoneCommonTests:project()
group ""