Skip to content

Commit

Permalink
Remove install tests from Thrust/CUB.
Browse files Browse the repository at this point in the history
These are now handled at the CCCL level, using newer and more
robust techniques.
  • Loading branch information
alliepiper committed Jun 7, 2023
1 parent 6b373af commit d5ccade
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 131 deletions.
21 changes: 0 additions & 21 deletions testing/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,3 @@
thrust_update_system_found_flags()

set(extra_cmake_flags)

if (THRUST_CPP_FOUND AND THRUST_CUDA_FOUND)
# Test that we can use `find_package` on an installed Thrust:
add_test(
NAME thrust.test.cmake.test_install
COMMAND "${CMAKE_COMMAND}"
--log-level=VERBOSE
-G "${CMAKE_GENERATOR}"
-S "${CMAKE_CURRENT_SOURCE_DIR}/test_install"
-B "${CMAKE_CURRENT_BINARY_DIR}/test_install"
-D "THRUST_BINARY_DIR=${Thrust_BINARY_DIR}"
-D "CMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}"
-D "CMAKE_CUDA_COMPILER=${CMAKE_CUDA_COMPILER}"
-D "CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
${extra_cmake_flags}
)
endif()

# Check source code for issues that can be found by pattern matching:
add_test(
NAME thrust.test.cmake.check_source_files
Expand Down
110 changes: 0 additions & 110 deletions testing/cmake/test_install/CMakeLists.txt

This file was deleted.

0 comments on commit d5ccade

Please sign in to comment.