chore: check exact paths of test executable and provide temp dir

This commit is contained in:
Jan
2025-01-05 00:13:46 +00:00
parent fc9e6ce14d
commit ce3786f086
12 changed files with 151 additions and 0 deletions

View File

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