SWDEV-289409 - Add Infra for process isolation (#2374)

Change-Id: Iada6e5cfd38e2ba6efa14d7328e56f2260a72931
Este commit está contenido en:
Jatin Chaudhary
2021-10-06 17:26:52 +05:30
cometido por GitHub
padre a935321f9f
commit 44e844d19d
Se han modificado 13 ficheros con 433 adiciones y 3 borrados
+1
Ver fichero
@@ -36,6 +36,7 @@ target_link_libraries(UnitTests PRIVATE UnitDeviceTests
OccupancyTest
DeviceTest
RTC
printfTests
TextureTest
stdc++fs)
+1 -1
Ver fichero
@@ -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