Files
rocm-systems/projects/hip-tests/catch/unit/CMakeLists.txt
T
sumanthtg a07e36b84f SWDEV-238517 - [dtest] Catch2 unit tests for device files.
Changes contain Device files under "hip/tests/src/runtimeApi/device" migrated to Catch2 and some additional device tests.

Change-Id: Ie88adc3c32c2079456b14e029cfc6c319b48d8f6


[ROCm/hip-tests commit: c9ae0281ff]
2021-07-19 13:38:30 -04:00

9 lines
209 B
CMake

add_subdirectory(memory)
add_subdirectory(deviceLib)
add_subdirectory(stream)
add_subdirectory(occupancy)
add_subdirectory(device)
# Disable Saxpy test temporarily to see if CI Passes
# add_subdirectory(rtc)