summaryrefslogtreecommitdiff
path: root/parallel-libs/streamexecutor/unittests/CoreTests/CMakeLists.txt
blob: 7a70ca882459a14e18b057c698c8a6bdaeae875d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if(STREAM_EXECUTOR_ENABLE_CUDA_PLATFORM)
    set(CUDA_TEST_SOURCES cuda/CUDATest.cpp)
endif()

add_se_unittest(
  StreamExecutorCoreTests
  DeviceTest.cpp
  KernelSpecTest.cpp
  PackedKernelArgumentArrayTest.cpp
  StreamTest.cpp
  ${CUDA_TEST_SOURCES}
)