summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-03-02 21:46:42 (GMT)
committerBrad King <brad.king@kitware.com>2022-03-10 14:26:13 (GMT)
commit45e9ab0372fab8cdd4ef07acc8c5c8cf104ef850 (patch)
tree2ab636c79a3d329b4ad2ddab153ecaa6d1f60a8a /Tests/CudaOnly/CMakeLists.txt
parent4a2300923b2b79d08fe46b3d6c58fcf08038cd4e (diff)
downloadCMake-45e9ab0372fab8cdd4ef07acc8c5c8cf104ef850.zip
CMake-45e9ab0372fab8cdd4ef07acc8c5c8cf104ef850.tar.gz
CMake-45e9ab0372fab8cdd4ef07acc8c5c8cf104ef850.tar.bz2
Tests: Rename CudaOnly.{All => ArchSpecial}
The purpose of the test is to cover special values of `CMAKE_CUDA_ARCHITECTURES`. Prepare to add more than just `all` and `all-major`. While at it, fix the `project()` name in the test to match what we pass to `ctest` with `--build-project`.
Diffstat (limited to 'Tests/CudaOnly/CMakeLists.txt')
-rw-r--r--Tests/CudaOnly/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CudaOnly/CMakeLists.txt b/Tests/CudaOnly/CMakeLists.txt
index cacfb76..aa4755d 100644
--- a/Tests/CudaOnly/CMakeLists.txt
+++ b/Tests/CudaOnly/CMakeLists.txt
@@ -4,8 +4,8 @@ macro (add_cuda_test_macro name)
PROPERTY LABELS "CUDA")
endmacro ()
-add_cuda_test_macro(CudaOnly.All CudaOnlyAll)
add_cuda_test_macro(CudaOnly.Architecture Architecture)
+add_cuda_test_macro(CudaOnly.ArchSpecial CudaOnlyArchSpecial)
add_cuda_test_macro(CudaOnly.CompileFlags CudaOnlyCompileFlags)
add_cuda_test_macro(CudaOnly.EnableStandard CudaOnlyEnableStandard)