SWDEV-273235 - Linux: catch2 shared lib to executable (#2421)

Change-Id: I17101e39fd05eb35c087ebdf3cb005d428d9f206
This commit is contained in:
agunashe
2021-11-25 21:32:29 -08:00
committed by GitHub
parent 02ac5137f5
commit 6c24531156
26 changed files with 121 additions and 183 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ xyzzy
00000042
)here");
hip::SpawnProc proc("unit/printfExe/printfFlags", true);
hip::SpawnProc proc("printfExe/printfFlags", true);
REQUIRE(proc.run() == 0);
REQUIRE(proc.getOutput() == reference);
}