Added test case for cuda_kernel and cuda_device callee types in callee_type filter (#263)

This commit is contained in:
Bartek Kryza
2024-05-01 19:01:25 +02:00
parent 67363013fe
commit b574a41a64
12 changed files with 173 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ file(GLOB_RECURSE TEST_CONFIG_YMLS test_config_data/*.yml
set(TEST_CASES_REQUIRING_CXX20 t00056 t00058 t00059 t00065 t00069)
set(TEST_CASES_REQUIRING_CXX20_MODULES t00070 t00071 t00072
t30012 t30013 t30014 t30015)
set(TEST_CASES_REQUIRING_CUDA t20049 t20050)
set(TEST_CASES_REQUIRING_CUDA t20049 t20050 t20051)
if(ENABLE_CXX_MODULES_TEST_CASES)
message(STATUS "Enabling C++ modules test cases")