Skip to content

Commit

Permalink
Enable tests/headertests for c/parallel in all-dev presets. (NVIDIA#2566
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alliepiper authored Oct 11, 2024
1 parent 71daebf commit 7d5fb2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
"cudax_ENABLE_HEADER_TESTING": true,
"cudax_ENABLE_TESTING": true,
"cudax_ENABLE_DIALECT_CPP17": true,
"cudax_ENABLE_DIALECT_CPP20": true
"cudax_ENABLE_DIALECT_CPP20": true,
"CCCL_C_Parallel_ENABLE_TESTING": true,
"CCCL_C_Parallel_ENABLE_HEADER_TESTING": true
}
},
{
Expand Down

0 comments on commit 7d5fb2a

Please sign in to comment.