SWDEV-333557 - add catch multiproc to Windows build

Change-Id: Ib1b976c9071527e508703496db234f2623a2cf84
This commit is contained in:
Todd tiantuo Li
2023-07-28 06:59:19 -07:00
committed by Rakesh Roy
parent 9290cc3c31
commit 050370661e
5 changed files with 14 additions and 9 deletions
+2 -1
View File
@@ -26,7 +26,6 @@ THE SOFTWARE.
#include <stdlib.h>
#include <sys/wait.h>
#include <dlfcn.h>
#endif
#define SIZE 2097152
// GPU threads
@@ -317,3 +316,5 @@ TEST_CASE("Unit_deviceAllocation_NewDelete_MultProcess") {
auto res = testDeviceMemMulProc(false);
REQUIRE(res == true);
}
#endif