Skip to content

Commit 7d5fb2a

Browse files
authored
Enable tests/headertests for c/parallel in all-dev presets. (#2566)
1 parent 71daebf commit 7d5fb2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakePresets.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@
6363
"cudax_ENABLE_HEADER_TESTING": true,
6464
"cudax_ENABLE_TESTING": true,
6565
"cudax_ENABLE_DIALECT_CPP17": true,
66-
"cudax_ENABLE_DIALECT_CPP20": true
66+
"cudax_ENABLE_DIALECT_CPP20": true,
67+
"CCCL_C_Parallel_ENABLE_TESTING": true,
68+
"CCCL_C_Parallel_ENABLE_HEADER_TESTING": true
6769
}
6870
},
6971
{

0 commit comments

Comments
 (0)