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

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 9edfedf commit 1fdce39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 109 deletions.
16 changes: 0 additions & 16 deletions test/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
if (NOT CUB_IN_THRUST) # Thrust has its own checks for this:
# Test that we can use `find_package` on an installed CUB:
add_test(
NAME cub.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 "CUB_BINARY_DIR=${CUB_BINARY_DIR}"
-D "CMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}"
-D "CMAKE_CUDA_COMPILER=${CMAKE_CUDA_COMPILER}"
-D "CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
)
endif()

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

This file was deleted.

0 comments on commit 1fdce39

Please sign in to comment.