diff options
author | Brad King <brad.king@kitware.com> | 2022-03-02 21:46:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-03-10 14:26:13 (GMT) |
commit | 45e9ab0372fab8cdd4ef07acc8c5c8cf104ef850 (patch) | |
tree | 2ab636c79a3d329b4ad2ddab153ecaa6d1f60a8a /Tests/CudaOnly/CMakeLists.txt | |
parent | 4a2300923b2b79d08fe46b3d6c58fcf08038cd4e (diff) | |
download | CMake-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.txt | 2 |
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) |