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

@ -45,6 +45,7 @@ function ZoneCommonTests:project()
}
self:include(includes)
Catch2Common:include(includes)
ObjCommonTestUtils:include(includes)
ZoneCommon:include(includes)
catch2:include(includes)
@ -52,6 +53,7 @@ function ZoneCommonTests:project()
links:linkto(ObjCommonTestUtils)
links:linkto(ZoneCommon)
links:linkto(catch2)
links:linkto(Catch2Common)
links:linkall()
ZoneCode:use()