From 76f647824fe939006723a5d6626fbd233f3950c6 Mon Sep 17 00:00:00 2001 From: Allison Piper Date: Fri, 11 Oct 2024 13:57:22 +0000 Subject: [PATCH] Enable tests/headertests for c/parallel in all-dev presets. --- CMakePresets.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 7d61171406..74e269e28e 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -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 } }, {