SWDEV-333557 - add catch multiproc to Windows build

Change-Id: Ib1b976c9071527e508703496db234f2623a2cf84


[ROCm/hip-tests commit: 050370661e]
This commit is contained in:
Todd tiantuo Li
2023-07-28 06:59:19 -07:00
کامیت شده توسط Rakesh Roy
والد 2df79888e1
کامیت aa470f00aa
5فایلهای تغییر یافته به همراه14 افزوده شده و 9 حذف شده
@@ -7,8 +7,6 @@
#include <stdlib.h>
#include <sys/wait.h>
#include <dlfcn.h>
#endif
bool testMallocFromChild() {
int fd[2];
@@ -60,3 +58,5 @@ TEST_CASE("ChildMalloc") {
auto res = testMallocFromChild();
REQUIRE(res == true);
}
#endif