SWDEV-289409 - Add hiprtc tests

Change-Id: Ib26527b704aed32ae3f3ed38bf6e2fd412462c8e
Este commit está contenido en:
Jatin Chaudhary
2021-07-20 04:13:19 -07:00
cometido por Jatin Chaudhary
padre 395f11c64c
commit 46fb008ba6
Se han modificado 6 ficheros con 64 adiciones y 54 borrados
+3 -3
Ver fichero
@@ -14,11 +14,11 @@ target_link_libraries(UnitTests PRIVATE UnitDeviceTests
StreamTest
OccupancyTest
DeviceTest
RTC
stdc++fs)
# Add AMD Only Tests
if(HIP_PLATFORM MATCHES "amd")
# target_link_libraries(UnitTests PRIVATE RTC)
if(HIP_PLATFORM MATCHES "nvidia")
target_link_libraries(UnitTests PRIVATE nvrtc)
endif()
catch_discover_tests(UnitTests PROPERTIES SKIP_REGULAR_EXPRESSION "HIP_SKIP_THIS_TEST")