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

Change-Id: I17101e39fd05eb35c087ebdf3cb005d428d9f206

[ROCm/hip-tests commit: f90c5d218c]
This commit is contained in:
agunashe
2021-11-25 21:32:29 -08:00
committed by GitHub
vanhempi a8f788d717
commit 82957e3458
26 muutettua tiedostoa jossa 121 lisäystä ja 183 poistoa
@@ -38,5 +38,5 @@ __global__ void test_kernel() {
int main() {
test_kernel<<<1, 1>>>();
hipDeviceSynchronize();
static_cast<void>(hipDeviceSynchronize());
}