mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
chore: check exact paths of test executable and provide temp dir
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user