SWDEV-289409 - Add Infra for process isolation (#2374)
Change-Id: Iada6e5cfd38e2ba6efa14d7328e56f2260a72931
Este commit está contenido en:
@@ -36,6 +36,7 @@ target_link_libraries(UnitTests PRIVATE UnitDeviceTests
|
||||
OccupancyTest
|
||||
DeviceTest
|
||||
RTC
|
||||
printfTests
|
||||
TextureTest
|
||||
stdc++fs)
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@ bool TestContext::skipTest() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
std::string TestContext::currentPath() { return fs::current_path().string(); }
|
||||
std::string TestContext::currentPath() const { return fs::current_path().string(); }
|
||||
|
||||
bool TestContext::parseJsonFile() {
|
||||
// Check if file exists
|
||||
|
||||
Referencia en una nueva incidencia
Block a user