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

@ -43,6 +43,7 @@ function ParserTests:project()
}
self:include(includes)
Catch2Common:include(includes)
ParserTestUtils:include(includes)
Parser:include(includes)
catch2:include(includes)
@ -50,5 +51,6 @@ function ParserTests:project()
links:linkto(ParserTestUtils)
links:linkto(Parser)
links:linkto(catch2)
links:linkto(Catch2Common)
links:linkall()
end