2
0

SWDEV-273235 - catch2 windows build (#2422)

Change-Id: I331c6c2525a65746e2d0799ec8dc2f608af1176a

[ROCm/hip commit: 0d361c5621]
Este cometimento está contido em:
agunashe
2021-11-25 22:22:46 -08:00
cometido por GitHub
ascendente 6a5e1ea51e
cometimento e90cc323e3
16 ficheiros modificados com 178 adições e 71 eliminações
+9 -3
Ver ficheiro
@@ -9,12 +9,18 @@ set(TEST_SRC
brev.cc
popc.cc
ldg.cc
syncthreadsand.cc
syncthreadscount.cc
syncthreadsor.cc
threadfence_system.cc
)
# skipped for windows compiler issue - Illegal instruction detected
if(UNIX)
set(TEST_SRC ${TEST_SRC}
syncthreadsand.cc
syncthreadscount.cc
syncthreadsor.cc)
endif()
# AMD only tests
set(AMD_TEST_SRC
unsafeAtomicAdd.cc