Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 1fdce39

Browse files
committed
Remove install tests from Thrust/CUB.
These are now handled at the CCCL level, using newer and more robust techniques.
1 parent 9edfedf commit 1fdce39

File tree

2 files changed

+0
-109
lines changed

2 files changed

+0
-109
lines changed

test/cmake/CMakeLists.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
if (NOT CUB_IN_THRUST) # Thrust has its own checks for this:
2-
# Test that we can use `find_package` on an installed CUB:
3-
add_test(
4-
NAME cub.test.cmake.test_install
5-
COMMAND "${CMAKE_COMMAND}"
6-
--log-level=VERBOSE
7-
-G "${CMAKE_GENERATOR}"
8-
-S "${CMAKE_CURRENT_SOURCE_DIR}/test_install"
9-
-B "${CMAKE_CURRENT_BINARY_DIR}/test_install"
10-
-D "CUB_BINARY_DIR=${CUB_BINARY_DIR}"
11-
-D "CMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}"
12-
-D "CMAKE_CUDA_COMPILER=${CMAKE_CUDA_COMPILER}"
13-
-D "CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
14-
)
15-
endif()
16-
171
# Check source code for issues that can be found by pattern matching:
182
add_test(
193
NAME cub.test.cmake.check_source_files

test/cmake/test_install/CMakeLists.txt

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)