2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-03 03:23:03 +00:00

chore: add tests for game hashing funcs

This commit is contained in:
Jan Laupetin
2026-02-22 23:17:07 +00:00
parent 95a9e897c2
commit 9502ebfc26
8 changed files with 346 additions and 0 deletions

View File

@@ -195,6 +195,7 @@ group ""
-- Tests
-- ========================
include "test/Catch2Common.lua"
include "test/CommonTests.lua"
include "test/ObjCommonTestUtils.lua"
include "test/ObjCommonTests.lua"
include "test/ObjCompilingTests.lua"
@@ -209,6 +210,7 @@ include "test/ZoneCommonTests.lua"
-- Tests group: Unit test and other tests projects
group "Tests"
Catch2Common:project()
CommonTests:project()
ObjCommonTestUtils:project()
ObjCommonTests:project()
ObjCompilingTests:project()