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

Commit d5ccade

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 6b373af commit d5ccade

File tree

2 files changed

+0
-131
lines changed

2 files changed

+0
-131
lines changed

testing/cmake/CMakeLists.txt

-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
thrust_update_system_found_flags()
2-
3-
set(extra_cmake_flags)
4-
5-
if (THRUST_CPP_FOUND AND THRUST_CUDA_FOUND)
6-
# Test that we can use `find_package` on an installed Thrust:
7-
add_test(
8-
NAME thrust.test.cmake.test_install
9-
COMMAND "${CMAKE_COMMAND}"
10-
--log-level=VERBOSE
11-
-G "${CMAKE_GENERATOR}"
12-
-S "${CMAKE_CURRENT_SOURCE_DIR}/test_install"
13-
-B "${CMAKE_CURRENT_BINARY_DIR}/test_install"
14-
-D "THRUST_BINARY_DIR=${Thrust_BINARY_DIR}"
15-
-D "CMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}"
16-
-D "CMAKE_CUDA_COMPILER=${CMAKE_CUDA_COMPILER}"
17-
-D "CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
18-
${extra_cmake_flags}
19-
)
20-
endif()
21-
221
# Check source code for issues that can be found by pattern matching:
232
add_test(
243
NAME thrust.test.cmake.check_source_files

testing/cmake/test_install/CMakeLists.txt

-110
This file was deleted.

0 commit comments

Comments
 (0)