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