summaryrefslogtreecommitdiffstats
path: root/libc/test/integration/src/__support/GPU/CMakeLists.txt
blob: 7811e0da45ddcf5100f800e2952b4a60d7372223 (plain)
1
2
3
4
5
6
7
8
9
10
11
add_custom_target(libc-support-gpu-tests)
add_dependencies(libc-integration-tests libc-support-gpu-tests)

add_integration_test(
  scan_reduce_test
  SUITE libc-support-gpu-tests
  SRCS
    scan_reduce.cpp
  LOADER_ARGS
    --threads 64
)