xref: /llvm-project/libc/test/integration/src/__support/GPU/CMakeLists.txt (revision 261e5648e70b363aecf86acfcd7fb416eb48fb7b)
1add_custom_target(libc-support-gpu-tests)
2add_dependencies(libc-integration-tests libc-support-gpu-tests)
3
4add_integration_test(
5  scan_reduce_test
6  SUITE libc-support-gpu-tests
7  SRCS
8    scan_reduce.cpp
9  LOADER_ARGS
10    --threads 64
11)
12